Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp116 uint32_t secIndex = file->getSectionIndex(sym); in findAux() local
129 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux()
H A DInputFiles.cpp662 for (uint32_t secIndex : entries.slice(1)) { in parse() local
663 if (secIndex >= size) in parse()
665 ": invalid section index in group: " + Twine(secIndex)); in parse()
666 this->sections[secIndex] = &InputSection::discarded; in parse()