Home
last modified time | relevance | path

Searched refs:MaxEncounteredAlignment (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
DGenFfs.c289 UINT32 MaxEncounteredAlignment; in GetSectionContents() local
294 MaxEncounteredAlignment = 1; in GetSectionContents()
401 MaxEncounteredAlignment <= 1 && in GetSectionContents()
418 if (MaxEncounteredAlignment < InputFileAlign [Index]) { in GetSectionContents()
419 MaxEncounteredAlignment = InputFileAlign [Index]; in GetSectionContents()
438 *MaxAlignment = MaxEncounteredAlignment; in GetSectionContents()