Searched refs:SecAddress (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 87 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() argument 90 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 115 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument 118 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 210 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData() local 212 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() 221 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData() 238 if (collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, in dumpCXXData() 249 if (collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, in dumpCXXData() 258 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() [all …]
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 678 uint64_t SecAddress = getSectionAddress(Sec); in getRelocationAddress() local 679 Res = SecAddress + Offset; in getRelocationAddress()
|