Searched refs:SecAddress (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 78 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() argument 81 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 102 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument 105 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 204 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData() local 206 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() 215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData() 232 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 241 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 248 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() [all …]
|