Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c152 OUT EFI_COMMON_SECTION_HEADER **FoundSection in FindFfsSectionInstance() argument
192 *FoundSection = Section; in FindFfsSectionInstance()
222 OUT EFI_COMMON_SECTION_HEADER **FoundSection in FindFfsSectionInSections() argument
230 FoundSection in FindFfsSectionInSections()
253 OUT EFI_COMMON_SECTION_HEADER **FoundSection in FindFfsFileAndSection() argument
303 FoundSection in FindFfsFileAndSection()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElf64Convert.c273 BOOLEAN FoundSection; in ScanSections64() local
327 FoundSection = FALSE; in ScanSections64()
351 if (!FoundSection) { in ScanSections64()
353 FoundSection = TRUE; in ScanSections64()
362 if (!FoundSection) { in ScanSections64()
378 FoundSection = FALSE; in ScanSections64()
396 if (!FoundSection) { in ScanSections64()
398 FoundSection = TRUE; in ScanSections64()
DElf32Convert.c280 BOOLEAN FoundSection; in ScanSections32() local
333 FoundSection = FALSE; in ScanSections32()
357 if (!FoundSection) { in ScanSections32()
359 FoundSection = TRUE; in ScanSections32()
368 if (!FoundSection) { in ScanSections32()
384 FoundSection = FALSE; in ScanSections32()
402 if (!FoundSection) { in ScanSections32()
404 FoundSection = TRUE; in ScanSections32()