Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c351 LIST_ENTRY *ImageRecordCodeSectionList; in SetNewRecord() local
360 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SetNewRecord()
362 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
363 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SetNewRecord()
839 LIST_ENTRY *ImageRecordCodeSectionList; in SortImageRecordCodeSection() local
841 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SortImageRecordCodeSection()
843 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
845 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SortImageRecordCodeSection()
889 LIST_ENTRY *ImageRecordCodeSectionList; in IsImageRecordCodeSectionValid() local
893 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in IsImageRecordCodeSectionValid()
[all …]