Searched refs:RelSec (Results 1 – 4 of 4) sorted by relevance
75 auto *RelSec = dyn_cast_or_null<InputSectionBase>(D->Section); in resolveReloc() local76 if (!RelSec) in resolveReloc()81 Fn(RelSec, Offset); in resolveReloc()
435 if (auto *RelSec = dyn_cast_or_null<InputSection>(D->Section)) in combineRelocHashes() local436 Hash += RelSec->Class[Cnt % 2]; in combineRelocHashes()
1148 if (auto RelSec = dyn_cast<RelocationSection>(&Section)) { in readSectionHeaders() local1149 auto Shdr = unwrapOrError(ElfFile.sections()).begin() + RelSec->Index; in readSectionHeaders()1150 if (RelSec->Type == SHT_REL) in readSectionHeaders()1151 initRelocations(RelSec, Obj.SymbolTable, in readSectionHeaders()1154 initRelocations(RelSec, Obj.SymbolTable, in readSectionHeaders()1327 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local1328 if (auto ToRelSec = RelSec->getSection()) in removeSections()
799 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local802 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()