Lines Matching refs:SymSize
79 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument
82 uint64_t SymEnd = SymOffset + SymSize; in collectRelocatedSymbols()
103 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument
106 uint64_t SymEnd = SymOffset + SymSize; in collectRelocationOffsets()
185 uint64_t SymSize = P.second; in dumpCXXData() local
207 StringRef SymContents = SecContents.substr(SymOffset, SymSize); 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()
257 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
270 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
277 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
286 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
301 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
306 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
315 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
317 for (uint64_t SymOffI = 0; SymOffI < SymSize; SymOffI += BytesInAddress) { in dumpCXXData()