Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DBootMonFsLoader.c74 if ((Info.Region[Index].LoadAddress == 0) || (Info.Region[Index].Size == 0)) { in BootMonFsCheckFile()
140 LoadNode->MemOffset = (UINTN)Info.Region[Index].LoadAddress; in BootMonFsLoadFile()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Guid/
DBootMonFsFileInfo.h34 UINT32 LoadAddress; member
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsHw.h45 UINT32 LoadAddress; member
DBootMonFsImages.c78 Description->Region[Index].LoadAddress = 0; in BootMonFsComputeFooterChecksum()
DBootMonFsDir.c271 Info->Region[Index].LoadAddress = File->HwDescription.Region[Index].LoadAddress; in GetBootMonFsFileInfo()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py397 LoadAddress = frame.FindVariable ("LoadAddress").GetValueAsUnsigned()
400 print "target modules load --slid 0x%x %s" % (LoadAddress, FileName)
401 … debugger.HandleCommand ("target modules load --slide 0x%x --file %s" % (LoadAddress, FileName))
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.c1025 VOID *LoadAddress; in QxferLibrary() local
1057 &LoadAddress in QxferLibrary()
1065 LoadAddress in QxferLibrary()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DHost.c1126 long unsigned int LoadAddress, in SecGdbScriptBreak() argument