Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DDWARF.cpp118 uint32_t secIndex = file->getSectionIndex(sym); in findAux() local
131 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux()
DInputFiles.cpp636 for (uint32_t secIndex : entries.slice(1)) { in initializeSections() local
637 if (secIndex >= size) in initializeSections()
639 ": invalid section index in group: " + Twine(secIndex)); in initializeSections()
640 this->sections[secIndex] = &InputSection::discarded; in initializeSections()