Searched refs:secIndex (Results 1 – 2 of 2) sorted by relevance
118 uint32_t secIndex = file->getSectionIndex(sym); in findAux() local131 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux()
633 for (uint32_t secIndex : entries.slice(1)) { in initializeSections() local634 if (secIndex >= size) in initializeSections()636 ": invalid section index in group: " + Twine(secIndex)); in initializeSections()637 this->sections[secIndex] = &InputSection::discarded; in initializeSections()