Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.cpp1095 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols() local
1096 if (secIdx >= this->sections.size()) in initializeSymbols()
1097 fatal(toString(this) + ": invalid section index: " + Twine(secIdx)); in initializeSymbols()
1116 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()
1130 /*discardedSecIdx=*/secIdx); in initializeSymbols()
1143 uint32_t secIdx = getSectionIndex(eSym); in initializeSymbols() local
1144 InputSectionBase *sec = this->sections[secIdx]; in initializeSymbols()
1174 Undefined und{this, name, binding, stOther, type, secIdx}; in initializeSymbols()
DInputSection.cpp455 uint32_t secIdx = cast<Undefined>(sym).discardedSecIdx; in copyRelocations() local
457 CHECK(file->getObj().sections(), file)[secIdx]; in copyRelocations()