Home | History | Annotate | Download | only in llvm-cxxdump

Lines Matching full:symsize

79                                     uint64_t SymAddress, uint64_t SymSize,
82 uint64_t SymEnd = SymOffset + SymSize;
103 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
106 uint64_t SymEnd = SymOffset + SymSize;
185 uint64_t SymSize = P.second;
207 StringRef SymContents = SecContents.substr(SymOffset, SymSize);
232 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
241 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
257 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
270 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
277 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
286 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
301 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
306 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
315 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
317 for (uint64_t SymOffI = 0; SymOffI < SymSize; SymOffI += BytesInAddress) {