Lines Matching defs:RelSec
1878 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) {
1885 Sections->begin() + RelSec->Index;
1886 if (RelSec->Type == SHT_CREL) {
1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first))
1892 if (Error Err = initRelocations(RelSec, RelsOrRelas->second))
1894 } else if (RelSec->Type == SHT_REL) {
1900 if (Error Err = initRelocations(RelSec, *Rels))
1908 if (Error Err = initRelocations(RelSec, *Relas))
2208 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) {
2209 if (auto ToRelSec = RelSec->getSection())