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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c271 PeSectionNum - Calculate the number of Pe/Te Section in this FFS file.
460 UINT8 PeSectionNum; local
479 PeSectionNum = 0;
772 &PeSectionNum
777 FfsFiletype == EFI_FV_FILETYPE_DXE_CORE) && (PeSectionNum != 1)) {
778 Error (NULL, 0, 2000, "Invalid parameter", "Fv File type %s must have one and only one Pe or Te section, but %u Pe/Te section are input", mFfsFileType [FfsFiletype], PeSectionNum);
785 FfsFiletype == EFI_FV_FILETYPE_APPLICATION) && (PeSectionNum < 1)) {
808 &PeSectionNum

Completed in 51 milliseconds