HomeSort by relevance Sort by last modified time
    Searched defs:LoadAddress (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Guid/
BootMonFsFileInfo.h 34 UINT32 LoadAddress;
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 21 loadAddress() (uint64, error)
118 // LoadAddress returns the expected load address of the file.
121 func (f *File) LoadAddress() (uint64, error) {
122 return f.raw.loadAddress()
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 21 loadAddress() (uint64, error)
118 // LoadAddress returns the expected load address of the file.
121 func (f *File) LoadAddress() (uint64, error) {
122 return f.raw.loadAddress()
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsHw.h 45 UINT32 LoadAddress;
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 131 uint64_t LoadAddress;
132 bool success = (S_OK == Session->get_loadAddress(&LoadAddress));
133 return (success) ? LoadAddress : 0;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 1025 VOID *LoadAddress;
1057 &LoadAddress
1065 LoadAddress
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 57 /// LoadAddress - the address of the section in the target process's memory.
61 uint64_t LoadAddress;
79 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
98 uint64_t getLoadAddress() const { return LoadAddress; }
99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; }
104 return LoadAddress + OffsetBytes;
  /external/v8/src/x64/
macro-assembler-x64.cc 112 void MacroAssembler::LoadAddress(Register destination,
128 // This calculation depends on the internals of LoadAddress.
156 LoadAddress(kScratchRegister, source);
695 LoadAddress(rbx, ExternalReference(f, isolate()));
704 LoadAddress(rbx, ext);
733 LoadAddress(rbx, ext);
    [all...]

Completed in 258 milliseconds