Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DRunAxf.c102 LIST_ENTRY LoadList; in ShellDynCmdRunAxfHandler() local
113 InitializeListHead (&LoadList); in ShellDynCmdRunAxfHandler()
227 Status = ElfLoadFile ((VOID*)FileData, &Entrypoint, &LoadList); in ShellDynCmdRunAxfHandler()
234 (VOID*)FileData, &Entrypoint, &LoadList); in ShellDynCmdRunAxfHandler()
246 if (!IsListEmpty (&LoadList) && !EFI_ERROR (Status)) { in ShellDynCmdRunAxfHandler()
255 Node = GetFirstNode (&LoadList); in ShellDynCmdRunAxfHandler()
256 while (!IsNull (&LoadList, Node)) { in ShellDynCmdRunAxfHandler()
265 Node = GetNextNode (&LoadList, Node); in ShellDynCmdRunAxfHandler()
284 Node = GetFirstNode (&LoadList); in ShellDynCmdRunAxfHandler()
285 while (!IsNull (&LoadList, Node)) { in ShellDynCmdRunAxfHandler()
DElfLoader.c151 IN LIST_ENTRY *LoadList in ElfLoadSegment() argument
196 InsertTailList (LoadList, &LoadNode->Link); in ElfLoadSegment()
211 InsertTailList (LoadList, &LoadNode->Link); in ElfLoadSegment()
281 OUT LIST_ENTRY *LoadList in ElfLoadFile() argument
303 ASSERT (LoadList != NULL); in ElfLoadFile()
321 Status = ElfLoadSegment (ElfImage, (VOID *)ProgramHdrPtr, LoadList); in ElfLoadFile()
DBootMonFsLoader.c109 OUT LIST_ENTRY *LoadList in BootMonFsLoadFile() argument
122 ASSERT (LoadList != NULL); in BootMonFsLoadFile()
143 InsertTailList (LoadList, &LoadNode->Link); in BootMonFsLoadFile()
DElfLoader.h61 OUT LIST_ENTRY *LoadList
DBootMonFsLoader.h63 OUT LIST_ENTRY *LoadList