Searched refs:EndOfSection (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c153 EFI_PHYSICAL_ADDRESS EndOfSection; local
158 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) Sections;
159 EndOfSections = EndOfSection + SizeOfSections;
161 if (EndOfSection == EndOfSections) {
164 CurrentAddress = (EndOfSection + 3) & ~(3ULL);
177 EndOfSection = CurrentAddress + Size;
178 if (EndOfSection > EndOfSections) {
453 EFI_PHYSICAL_ADDRESS EndOfSection; local
491 EndOfSection = (EFI_PHYSICAL_ADDRESS)(UINTN) (File + 1);
493 CurrentAddress = (EndOfSection
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py384 self.EndOfSection()
394 self.EndOfSection()
419 def EndOfSection(self): member in class:BuildRule

Completed in 33 milliseconds