Home
last modified time | relevance | path

Searched refs:linkSec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp896 InputSectionBase *linkSec = nullptr; in initializeSections() local
898 linkSec = this->sections[sec.sh_link]; in initializeSections()
899 if (!linkSec) { in initializeSections()
908 linkSec->dependentSections.push_back(isec); in initializeSections()
909 if (!isa<InputSection>(linkSec)) in initializeSections()
913 << linkSec; in initializeSections()