Searched refs:LinkSec (Results 1 – 1 of 1) sorted by relevance
483 InputSectionBase *LinkSec = nullptr; in initializeSections() local485 LinkSec = this->Sections[Sec.sh_link]; in initializeSections()486 if (!LinkSec) in initializeSections()491 LinkSec->DependentSections.push_back(IS); in initializeSections()492 if (!isa<InputSection>(LinkSec)) in initializeSections()496 toString(LinkSec)); in initializeSections()