Home
last modified time | relevance | path

Searched refs:ImageBase (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h32 uint64_t ImageBase; variable
36 if (!ImageBase) { in getImageBase()
37 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase()
45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
47 return ImageBase; in getImageBase()
60 ImageBase(0) {} in RuntimeDyldCOFFX86_64()
115 const uint64_t ImageBase = getImageBase(); in resolveRelocation() local
116 if (Value < ImageBase || ((Value - ImageBase) > UINT32_MAX)) in resolveRelocation()
120 write32BitOffset(Target, RE.Addend, Value - ImageBase); in resolveRelocation()
H A DRuntimeDyldCOFFAArch64.h71 uint64_t ImageBase; variable
75 if (!ImageBase) { in getImageBase()
76 ImageBase = std::numeric_limits<uint64_t>::max(); in getImageBase()
84 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
86 return ImageBase; in getImageBase()
93 ImageBase(0) {} in RuntimeDyldCOFFAArch64()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext() local
27 if (ImageBase) in PDBContext()
28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/freebsd-13.1/stand/efi/loader/arch/arm64/
H A Dstart.S158 adrp x0, ImageBase
159 add x0, x0, :lo12:ImageBase
H A Dldscript.arm6411 ImageBase = .;
/freebsd-13.1/stand/efi/loader/arch/amd64/
H A Dstart.S49 lea ImageBase(%rip), %rdi
H A Dldscript.amd649 ImageBase = .;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h31 uint64_t ImageBase = 0; member
H A DCOFF.h114 support::ulittle32_t ImageBase; member
149 support::ulittle64_t ImageBase; member
/freebsd-13.1/stand/efi/loader/arch/i386/
H A Dstart.S52 addl $ImageBase-0b, %eax
H A Dldscript.i3869 ImageBase = .;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.h184 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
/freebsd-13.1/stand/efi/loader/arch/riscv/
H A Dstart.S158 lla a0, ImageBase
H A Dldscript.riscv9 ImageBase = .;
/freebsd-13.1/stand/efi/loader/arch/arm/
H A Dldscript.arm8 ImageBase = .;
H A Dstart.S177 .word ImageBase
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols() local
135 uint64_t SymbolStart = ImageBase + Export.Offset; in addCoffExportSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp208 if (Error Err = parseName(&Name, &Info.ImageBase)) in parseOne()
H A DCOFFObjectFile.cpp456 return PE32Header->ImageBase; in getImageBase()
458 return PE32PlusHeader->ImageBase; in getImageBase()
465 uint64_t ImageBase = getImageBase(); in getVaPtr() local
466 uint64_t Rva = Addr - ImageBase; in getVaPtr()
/freebsd-13.1/stand/efi/include/amd64/
H A Dpe.h138 UINT32 ImageBase; member
/freebsd-13.1/stand/efi/include/i386/
H A Dpe.h138 UINT32 ImageBase; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp381 Header->ImageBase = CP.Obj.OptionalHeader->Header.ImageBase; in initializeOptionalHeader()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h552 uint64_t ImageBase; member
/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp35 ULONG64 ImageBase; member
496 &_dispContext.ImageBase, in lookUpSEHUnwindInfo()
498 *base = _dispContext.ImageBase; in lookUpSEHUnwindInfo()
504 _dispContext.ImageBase, in stepWithSEHData()
H A DUnwind-seh.cpp433 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()

12