Lines Matching refs:Sec
78 const SectionRef &Sec, uint64_t SecAddress,
83 for (const SectionRef &SR : SectionRelocMap[Sec]) {
102 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress,
107 for (const SectionRef &SR : SectionRelocMap[Sec]) {
195 const SectionRef &Sec = *SecI;
197 if (Sec.isBSS() || Sec.isVirtual())
200 error(Sec.getContents(SecContents));
204 uint64_t SecAddress = Sec.getAddress();
205 uint64_t SecSize = Sec.getSize();
215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize,
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,