| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFX86_64.h | 32 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 D | RuntimeDyldCOFFAArch64.h | 71 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 D | PDBContext.cpp | 26 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 D | start.S | 158 adrp x0, ImageBase 159 add x0, x0, :lo12:ImageBase
|
| H A D | ldscript.arm64 | 11 ImageBase = .;
|
| /freebsd-13.1/stand/efi/loader/arch/amd64/ |
| H A D | start.S | 49 lea ImageBase(%rip), %rdi
|
| H A D | ldscript.amd64 | 9 ImageBase = .;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFModuleDefinition.h | 31 uint64_t ImageBase = 0; member
|
| H A D | COFF.h | 114 support::ulittle32_t ImageBase; member 149 support::ulittle64_t ImageBase; member
|
| /freebsd-13.1/stand/efi/loader/arch/i386/ |
| H A D | start.S | 52 addl $ImageBase-0b, %eax
|
| H A D | ldscript.i386 | 9 ImageBase = .;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Object.h | 184 Dest.ImageBase = Src.ImageBase; in copyPeHeader()
|
| /freebsd-13.1/stand/efi/loader/arch/riscv/ |
| H A D | start.S | 158 lla a0, ImageBase
|
| H A D | ldscript.riscv | 9 ImageBase = .;
|
| /freebsd-13.1/stand/efi/loader/arch/arm/ |
| H A D | ldscript.arm | 8 ImageBase = .;
|
| H A D | start.S | 177 .word ImageBase
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 130 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 D | COFFModuleDefinition.cpp | 208 if (Error Err = parseName(&Name, &Info.ImageBase)) in parseOne()
|
| H A D | COFFObjectFile.cpp | 456 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 D | pe.h | 138 UINT32 ImageBase; member
|
| /freebsd-13.1/stand/efi/include/i386/ |
| H A D | pe.h | 138 UINT32 ImageBase; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 381 Header->ImageBase = CP.Obj.OptionalHeader->Header.ImageBase; in initializeOptionalHeader()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 552 uint64_t ImageBase; member
|
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindCursor.hpp | 35 ULONG64 ImageBase; member 496 &_dispContext.ImageBase, in lookUpSEHUnwindInfo() 498 *base = _dispContext.ImageBase; in lookUpSEHUnwindInfo() 504 _dispContext.ImageBase, in stepWithSEHData()
|
| H A D | Unwind-seh.cpp | 433 uintptr_t result = (uintptr_t)disp->FunctionEntry->BeginAddress + disp->ImageBase; in _Unwind_GetRegionStart()
|