Lines Matching defs:RelSect
136 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
145 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
152 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
155 RelSect,
165 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
168 RelSect,
596 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) {
598 if (RelSect.sh_type != ELF::SHT_RELA)
602 // which is the section to which all relocations in RelSect apply.
603 auto FixupSection = Obj.getSection(RelSect.sh_info);
624 auto *BlockToFix = getGraphBlock(RelSect.sh_info);
630 auto RelEntries = Obj.relas(RelSect);
646 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) {
648 if (RelSect.sh_type != ELF::SHT_REL)
652 // which is the section to which all relocations in RelSect apply.
653 auto FixupSection = Obj.getSection(RelSect.sh_info);
674 auto *BlockToFix = getGraphBlock(RelSect.sh_info);
680 auto RelEntries = Obj.rels(RelSect);