OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoundSection
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
SecMain.c
140
@param[out]
FoundSection
The FFS section if found
153
OUT EFI_COMMON_SECTION_HEADER **
FoundSection
193
*
FoundSection
= Section;
211
@param[out]
FoundSection
The FFS section if found
223
OUT EFI_COMMON_SECTION_HEADER **
FoundSection
231
FoundSection
242
@param[out]
FoundSection
The FFS section if found
254
OUT EFI_COMMON_SECTION_HEADER **
FoundSection
304
FoundSection
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c
345
BOOLEAN
FoundSection
;
398
FoundSection
= FALSE;
422
if (!
FoundSection
) {
424
FoundSection
= TRUE;
433
if (!
FoundSection
) {
449
FoundSection
= FALSE;
467
if (!
FoundSection
) {
469
FoundSection
= TRUE;
[
all
...]
Elf64Convert.c
337
BOOLEAN
FoundSection
;
391
FoundSection
= FALSE;
415
if (!
FoundSection
) {
417
FoundSection
= TRUE;
426
if (!
FoundSection
) {
442
FoundSection
= FALSE;
460
if (!
FoundSection
) {
462
FoundSection
= TRUE;
[
all
...]
Completed in 79 milliseconds