Searched refs:SymAddress (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 88 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument 90 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 116 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument 118 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 207 uint64_t SymAddress, SymSize; in dumpCXXData() local 208 if (error(Sym.getAddress(SymAddress)) || error(Sym.getSize(SymSize))) in dumpCXXData() 212 uint64_t SymOffset = SymAddress - SecAddress; 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 …]
|