Searched refs:RelSec (Results 1 – 3 of 3) sorted by relevance
91 Error forEachRelocation(const object::SectionRef &RelSec,99 Error forEachRelocation(const object::SectionRef &RelSec, ClassT *Instance,103 RelSec,185 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec, in forEachRelocation() argument189 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation()198 auto *BlockToFix = getGraphBlock(RelSec.getIndex() + 1); in forEachRelocation()205 for (const auto &R : RelSec.relocations()) in forEachRelocation()206 if (Error Err = Func(R, RelSec, *BlockToFix)) in forEachRelocation()
1830 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local1837 Sections->begin() + RelSec->Index; in readSections()1838 if (RelSec->Type == SHT_REL) { in readSections()1844 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()1852 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()2139 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local2140 if (auto ToRelSec = RelSec->getSection()) in removeSections()
983 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local986 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()