Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DPropertiesTable.c363 LIST_ENTRY *ImageRecordCodeSectionList; in SetNewRecord() local
372 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SetNewRecord()
374 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
375 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SetNewRecord()
878 LIST_ENTRY *ImageRecordCodeSectionList; in SortImageRecordCodeSection() local
880 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SortImageRecordCodeSection()
882 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
884 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SortImageRecordCodeSection()
928 LIST_ENTRY *ImageRecordCodeSectionList; in IsImageRecordCodeSectionValid() local
932 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in IsImageRecordCodeSectionValid()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DMemoryAttributesTable.c356 LIST_ENTRY *ImageRecordCodeSectionList; in SetNewRecord() local
380 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SetNewRecord()
382 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SetNewRecord()
383 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SetNewRecord()
846 LIST_ENTRY *ImageRecordCodeSectionList; in SortImageRecordCodeSection() local
848 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in SortImageRecordCodeSection()
850 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink; in SortImageRecordCodeSection()
852 ImageRecordCodeSectionEndLink = ImageRecordCodeSectionList; in SortImageRecordCodeSection()
896 LIST_ENTRY *ImageRecordCodeSectionList; in IsImageRecordCodeSectionValid() local
900 ImageRecordCodeSectionList = &ImageRecord->CodeSegmentList; in IsImageRecordCodeSectionValid()
[all …]