Searched refs:NewSectionIndex (Results 1 – 2 of 2) sorted by relevance
310 std::vector<uint32_t> &NewSectionIndex);324 const std::vector<uint32_t> &NewSectionIndex, WriteFuncTy Write,
4365 NewSectionIndex.clear(); in getOutputSections()4366 NewSectionIndex.resize(Sections.size(), 0); in getOutputSections()4404 std::vector<uint32_t> NewSectionIndex; in patchELFSectionHeaderTable() local4406 getOutputSections(File, NewSectionIndex); in patchELFSectionHeaderTable()4419 Section.sh_link = NewSectionIndex[Section.sh_link]; in patchELFSectionHeaderTable()4478 if (IsDynSym && OldIndex >= NewSectionIndex.size()) in updateELFSymbolTable()4482 const uint32_t NewIndex = NewSectionIndex[OldIndex]; in updateELFSymbolTable()4808 std::vector<uint32_t> NewSectionIndex; in patchELFSymTabs() local4809 getOutputSections(File, NewSectionIndex); in patchELFSymTabs()4833 NewSectionIndex, in patchELFSymTabs()[all …]