Searched refs:RelSec (Results 1 – 2 of 2) sorted by relevance
1849 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local1856 Sections->begin() + RelSec->Index; in readSections()1857 if (RelSec->Type == SHT_REL) { in readSections()1863 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels)) in readSections()1871 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas)) in readSections()2115 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local2116 if (auto ToRelSec = RelSec->getSection()) in removeSections()
957 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local960 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()