Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c349 LIST_ENTRY *ImageRecordCodeSectionLink; in SetNewRecord() local
362 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
364 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SetNewRecord()
366 ImageRecordCodeSectionLink, in SetNewRecord()
371 ImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SetNewRecord()
836 LIST_ENTRY *ImageRecordCodeSectionLink; in SortImageRecordCodeSection() local
843 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
844 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink; in SortImageRecordCodeSection()
846 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) { in SortImageRecordCodeSection()
848 ImageRecordCodeSectionLink, in SortImageRecordCodeSection()
[all …]