Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DDWARF.cpp117 uint32_t secIndex = file->getSectionIndex(sym); in findAux() local
130 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux()
H A DInputFiles.cpp580 for (uint32_t secIndex : entries.slice(1)) { in initializeSections() local
581 if (secIndex >= size) in initializeSections()
583 ": invalid section index in group: " + Twine(secIndex)); in initializeSections()
584 this->sections[secIndex] = &InputSection::discarded; in initializeSections()