Lines Matching defs:RelSect
137 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
146 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
153 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
156 RelSect,
166 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
169 RelSect,
597 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) {
599 if (RelSect.sh_type != ELF::SHT_RELA)
603 // which is the section to which all relocations in RelSect apply.
604 auto FixupSection = Obj.getSection(RelSect.sh_info);
625 auto *BlockToFix = getGraphBlock(RelSect.sh_info);
631 auto RelEntries = Obj.relas(RelSect);
647 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) {
649 if (RelSect.sh_type != ELF::SHT_REL)
653 // which is the section to which all relocations in RelSect apply.
654 auto FixupSection = Obj.getSection(RelSect.sh_info);
675 auto *BlockToFix = getGraphBlock(RelSect.sh_info);
681 auto RelEntries = Obj.rels(RelSect);