Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputFiles.cpp1092 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols() local
1093 if (secIdx >= this->sections.size()) in initializeSymbols()
1094 fatal(toString(this) + ": invalid section index: " + Twine(secIdx)); in initializeSymbols()
1113 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()
1127 /*discardedSecIdx=*/secIdx); in initializeSymbols()
1141 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols() local
1142 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()
1171 Undefined und{this, name, binding, stOther, type, secIdx}; in initializeSymbols()
DInputSection.cpp448 uint32_t secIdx = cast<Undefined>(sym).discardedSecIdx; in copyRelocations() local
450 CHECK(file->getObj().sections(), file)[secIdx]; in copyRelocations()