Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionIndexMap

280                                      const SectionIndexMapTy &SectionIndexMap) {
309 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section), false);
527 SectionIndexMapTy &SectionIndexMap,
536 SectionIndexMap[&Section] = Index++;
547 SectionIndexMap[&Section] = Index++;
550 SectionIndexMap[RelSection] = Index++;
555 const SectionIndexMapTy &SectionIndexMap,
612 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
618 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
802 SectionIndexMapTy &SectionIndexMap,
839 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
841 ShstrtabIndex = SectionIndexMap.lookup(ShstrtabSection);
842 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection);
843 StringTableIndex = SectionIndexMap.lookup(StrtabSection);
851 WriteSymbolTable(F, ShndxF, Asm, Layout, SectionIndexMap);
899 SectionIndexMapTy &SectionIndexMap,
931 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
944 unsigned Index = SectionIndexMap.lookup(&Section);
950 const SectionIndexMapTy &SectionIndexMap,
971 sh_link = SectionIndexMap.lookup(SymtabSection);
981 sh_info = SectionIndexMap.lookup(InfoSection);
1080 const SectionIndexMapTy &SectionIndexMap,
1088 SectionIndexMap.begin(), e = SectionIndexMap.end(); i != e; ++i) {
1112 WriteSection(Asm, SectionIndexMap, GroupSymbolIndex,
1152 SectionIndexMapTy SectionIndexMap;
1161 RevGroupMap, SectionIndexMap, RelMap);
1168 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections);
1175 SectionIndexMap,
1234 WriteSectionHeader(Asm, GroupMap, Layout, SectionIndexMap,