Home
last modified time | relevance | path

Searched refs:getImageBase (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWin64EHDumper.cpp149 } 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()
HDARMWinEHPrinter.cpp887 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()
HDCOFFDumper.cpp762 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldCOFFX86_64.h35 uint64_t getImageBase() { in getImageBase() function
114 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
HDRuntimeDyldCOFFAArch64.h74 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/
HDSymbolizableObjectFile.cpp147 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
218 return CoffObject->getImageBase(); in getModulePreferredBase()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDTarget.cpp182 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in lld::elf::TargetInfo
HDTarget.h92 uint64_t getImageBase() const;
HDDriver.cpp1333 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase() function
1948 config->imageBase = getImageBase(args); in link()
HDLinkerScript.cpp1087 dot = target->getImageBase(); in assignAddresses()
HDSyntheticSections.cpp1460 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase()); in finalizeContents()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp184 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/
HDCOFF.h1046 uint64_t getImageBase() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp523 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/
HDllvm-objdump.cpp1197 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()