Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c837 LIST_ENTRY *NextImageRecordCodeSectionLink; in SortImageRecordCodeSection() local
844 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()
853 while (NextImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SortImageRecordCodeSection()
855 NextImageRecordCodeSectionLink, in SortImageRecordCodeSection()
863 NextImageRecordCodeSectionLink = NextImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()
867 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()