• Home
  • Raw
  • Download

Lines Matching refs:Sec

70                                     const SectionRef &Sec, uint64_t SecAddress,  in collectRelocatedSymbols()  argument
75 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()
94 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument
99 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()
187 const SectionRef &Sec = *SecI; in dumpCXXData() local
189 if (Sec.isBSS() || Sec.isVirtual()) in dumpCXXData()
192 error(Sec.getContents(SecContents)); in dumpCXXData()
196 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData()
197 uint64_t SecSize = Sec.getSize(); in dumpCXXData()
207 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
224 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
233 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
240 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
249 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
262 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
269 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
278 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
293 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
298 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
307 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()