| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | Win64EHDumper.cpp | 149 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement, in formatSymbol() 154 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 162 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol() 333 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; in printRuntimeFunction()
|
| HD | ARMWinEHPrinter.cpp | 887 const uint64_t Address = COFF.getImageBase() + XData.ExceptionHandlerRVA(); in dumpXDataRecord() 929 Function = getSymbol(COFF, COFF.getImageBase() + RF.BeginAddress, in dumpUnpackedEntry() 963 FunctionAddress = COFF.getImageBase() + RF.BeginAddress; in dumpUnpackedEntry() 1002 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA(); in dumpUnpackedEntry()
|
| HD | COFFDumper.cpp | 762 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldCOFFX86_64.h | 35 uint64_t getImageBase() { in getImageBase() function 114 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
|
| HD | RuntimeDyldCOFFAArch64.h | 74 uint64_t getImageBase() { in getImageBase() function 291 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| HD | SymbolizableObjectFile.cpp | 147 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols() 218 return CoffObject->getImageBase(); in getModulePreferredBase()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | PDBContext.cpp | 26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Target.cpp | 182 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in lld::elf::TargetInfo
|
| HD | Target.h | 92 uint64_t getImageBase() const;
|
| HD | Driver.cpp | 1333 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase() function 1948 config->imageBase = getImageBase(args); in link()
|
| HD | LinkerScript.cpp | 1087 dot = target->getImageBase(); in assignAddresses()
|
| HD | SyntheticSections.cpp | 1460 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase()); in finalizeContents()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | COFFObjectFile.cpp | 184 Result += getImageBase(); in getSymbolAddress() 283 Result += getImageBase(); in getSectionAddress() 439 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile 450 uint64_t ImageBase = getImageBase(); in getVaPtr() 1849 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/ |
| HD | COFF.h | 1046 uint64_t getImageBase() const;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | MicrosoftCXXABI.cpp | 523 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon0073c6ea0111::MicrosoftCXXABI 544 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 1197 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()
|