Searched refs:secIndex (Results 1 – 2 of 2) sorted by relevance
117 uint32_t secIndex = file->getSectionIndex(sym); in findAux() local130 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux()
685 for (uint32_t secIndex : entries.slice(1)) { in parse() local686 if (secIndex >= size) in parse()688 ": invalid section index in group: " + Twine(secIndex)); in parse()689 this->sections[secIndex] = &InputSection::discarded; in parse()