OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextImageRecordCodeSectionLink
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c
876
LIST_ENTRY *
NextImageRecordCodeSectionLink
;
883
NextImageRecordCodeSectionLink
= ImageRecordCodeSectionLink->ForwardLink;
892
while (
NextImageRecordCodeSectionLink
!= ImageRecordCodeSectionEndLink) {
894
NextImageRecordCodeSectionLink
,
902
NextImageRecordCodeSectionLink
=
NextImageRecordCodeSectionLink
->ForwardLink;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c
844
LIST_ENTRY *
NextImageRecordCodeSectionLink
;
851
NextImageRecordCodeSectionLink
= ImageRecordCodeSectionLink->ForwardLink;
860
while (
NextImageRecordCodeSectionLink
!= ImageRecordCodeSectionEndLink) {
862
NextImageRecordCodeSectionLink
,
[
all
...]
Completed in 46 milliseconds