Searched refs:RelSec (Results 1 – 2 of 2) sorted by relevance
1854 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local1861 Sections->begin() + RelSec->Index; in readSections()1862 if (RelSec->Type == SHT_REL) { in readSections()1868 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Rels)) in readSections()1876 if (Error Err = initRelocations(RelSec, Obj.SymbolTable, *Relas)) in readSections()2120 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local2121 if (auto ToRelSec = RelSec->getSection()) in removeSections()
964 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local967 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()