Lines Matching refs:SymAddress
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()
267 if (collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, in dumpCXXData()
282 if (collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, in dumpCXXData()
291 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
300 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
315 if (collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, in dumpCXXData()
322 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
331 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()