Lines Matching defs:NewSectionIndex
4376 std::vector<uint32_t> &NewSectionIndex) {
4528 NewSectionIndex.clear();
4529 NewSectionIndex.resize(Sections.size(), 0);
4544 NewSectionIndex[OrgIndex] = BinSec->getIndex();
4568 std::vector<uint32_t> NewSectionIndex;
4570 getOutputSections(File, NewSectionIndex);
4573 for (uint64_t I = 0; I < NewSectionIndex.size(); ++I)
4574 dbgs() << " " << I << " -> " << NewSectionIndex[I] << '\n';
4584 Section.sh_link = NewSectionIndex[Section.sh_link];
4586 Section.sh_info = NewSectionIndex[Section.sh_info];
4607 NewEhdr.e_shstrndx = NewSectionIndex[NewEhdr.e_shstrndx];
4615 const std::vector<uint32_t> &NewSectionIndex, WriteFuncTy Write,
4645 if (IsDynSym && OldIndex >= NewSectionIndex.size())
4648 assert(OldIndex < NewSectionIndex.size() && "section index out of bounds");
4649 const uint32_t NewIndex = NewSectionIndex[OldIndex];
5054 std::vector<uint32_t> NewSectionIndex;
5055 getOutputSections(File, NewSectionIndex);
5072 NewSectionIndex,
5110 NewSectionIndex,