MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / Usage

Function Usage

BaseTools/Source/C/EfiLdrImage/EfiLdrImage.c:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80VOID
81Usage (
82 VOID
83 )
84{
85 printf ("Usage: EfiLdrImage -o OutImage LoaderImage PeImage1 PeImage2 ... PeImageN\n");
86 printf ("%s Version %d.%d Build %s\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
87 printf ("Copyright (c) 1999-2017 Intel Corporation. All rights reserved.\n");
88 printf ("\n The EfiLdrImage tool is used to combine PE files into EFILDR image with Efi loader header.\n");
89}
90
91EFI_STATUS
92CountVerboseLevel (

Callers 2

mainFunction · 0.70
ParseCommandLineFunction · 0.50

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected