Home
last modified time | relevance | path

Searched refs:ImageRecordCodeSectionLink (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c361 LIST_ENTRY *ImageRecordCodeSectionLink; in SetNewRecord() local
374 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
376 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SetNewRecord()
378 ImageRecordCodeSectionLink, in SetNewRecord()
383 ImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SetNewRecord()
875 LIST_ENTRY *ImageRecordCodeSectionLink; in SortImageRecordCodeSection() local
882 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
883 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()
885 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SortImageRecordCodeSection()
887 ImageRecordCodeSectionLink, in SortImageRecordCodeSection()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c354 LIST_ENTRY *ImageRecordCodeSectionLink; in SetNewRecord() local
382 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
384 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SetNewRecord()
386 ImageRecordCodeSectionLink, in SetNewRecord()
391 ImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SetNewRecord()
843 LIST_ENTRY *ImageRecordCodeSectionLink; in SortImageRecordCodeSection() local
850 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
851 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()
853 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SortImageRecordCodeSection()
855 ImageRecordCodeSectionLink, in SortImageRecordCodeSection()
[all …]