Lines Matching defs:RelSec
1881 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) {
1888 Sections->begin() + RelSec->Index;
1889 if (RelSec->Type == SHT_CREL) {
1893 if (Error Err = initRelocations(RelSec, RelsOrRelas->first))
1895 if (Error Err = initRelocations(RelSec, RelsOrRelas->second))
1897 } else if (RelSec->Type == SHT_REL) {
1903 if (Error Err = initRelocations(RelSec, *Rels))
1911 if (Error Err = initRelocations(RelSec, *Relas))
2202 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) {
2203 if (auto ToRelSec = RelSec->getSection())