Searched defs:MaxAlignment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c246 OUT UINT32 *MaxAlignment,
269 MaxAlignment - The max alignment required by all the input file datas.
312 if (*MaxAlignment < InputFileAlign [Index]) {
313 *MaxAlignment = InputFileAlign [Index];
455 UINT32 MaxAlignment; local
476 MaxAlignment = 1;
771 &MaxAlignment,
807 &MaxAlignment,
825 VerboseMsg ("the max alignment of all input sections is %u", (unsigned) MaxAlignment);
827 if ((MaxAlignment > mFfsValidAlig
240 GetSectionContents( IN CHAR8 **InputFileName, IN UINT32 *InputFileAlign, IN UINT32 InputFileNum, OUT UINT8 *FileBuffer, OUT UINT32 *BufferLength, OUT UINT32 *MaxAlignment, OUT UINT8 *PESectionNum ) argument
[all...]

Completed in 43 milliseconds