Lines Matching refs: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, in forEachRelaRelocation() argument
155 RelSect, in forEachRelaRelocation()
165 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect, in forEachRelRelocation() argument
168 RelSect, in forEachRelRelocation()
596 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) { in forEachRelaRelocation() argument
598 if (RelSect.sh_type != ELF::SHT_RELA) in forEachRelaRelocation()
603 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation()
624 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelaRelocation()
630 auto RelEntries = Obj.relas(RelSect); in forEachRelaRelocation()
646 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) { in forEachRelRelocation() argument
648 if (RelSect.sh_type != ELF::SHT_REL) in forEachRelRelocation()
653 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelRelocation()
674 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelRelocation()
680 auto RelEntries = Obj.rels(RelSect); in forEachRelRelocation()