HomeSort by relevance Sort by last modified time
    Searched refs:ImageRecordCodeSectionLink (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c 361 LIST_ENTRY *ImageRecordCodeSectionLink;
374 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink;
376 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) {
378 ImageRecordCodeSectionLink,
383 ImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink;
875 LIST_ENTRY *ImageRecordCodeSectionLink;
882 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink;
883 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink;
885 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 354 LIST_ENTRY *ImageRecordCodeSectionLink;
382 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink;
384 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) {
386 ImageRecordCodeSectionLink,
391 ImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink;
843 LIST_ENTRY *ImageRecordCodeSectionLink;
850 ImageRecordCodeSectionLink = ImageRecordCodeSectionList->ForwardLink;
851 NextImageRecordCodeSectionLink = ImageRecordCodeSectionLink->ForwardLink;
853 while (ImageRecordCodeSectionLink != ImageRecordCodeSectionEndLink) {
    [all...]

Completed in 112 milliseconds