Home
last modified time | relevance | path

Searched refs:SymAddress (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp84 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument
86 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols()
108 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument
110 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets()
211 uint64_t SymAddress = *SymAddressOrErr; in dumpCXXData() local
214 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData()
240 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
249 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
256 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
265 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp417 auto SymAddress = Sym.getAddress(); in addFunctionPointerRelocationsToCurrentSymbol() local
435 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol()
451 if (!PCRelAddr || *PCRelAddr != SymAddress.getValue()) in addFunctionPointerRelocationsToCurrentSymbol()
463 SymAddress + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp820 uint64_t SymAddress; in findValidRelocsMachO() local
827 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO()
828 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO()
830 SymAddress = Addend; in findValidRelocsMachO()
845 } else if (const auto *Mapping = DMO.lookupObjectAddress(SymAddress)) { in findValidRelocsMachO()