OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextSectionHeader
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c
280
EFI_COMMON_SECTION_HEADER *
NextSectionHeader
;
305
NextSectionHeader
= ALIGN_POINTER(SectionHeader, 4);
306
TotalLength += (UINTN)
NextSectionHeader
- (UINTN) SectionHeader;
307
SectionHeader =
NextSectionHeader
;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c
270
EFI_COMMON_SECTION_HEADER *
NextSectionHeader
;
295
NextSectionHeader
= ALIGN_POINTER(SectionHeader, 4);
296
TotalLength += (UINTN)
NextSectionHeader
- (UINTN) SectionHeader;
297
SectionHeader =
NextSectionHeader
;
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c
[
all
...]
Completed in 39 milliseconds