Home | History | Annotate | Download | only in MC

Lines Matching refs:SectionIndexMap

253                           const SectionIndexMapTy &SectionIndexMap);
276 /// \param SectionIndexMap - Maps a section to its index.
280 const SectionIndexMapTy &SectionIndexMap,
285 SectionIndexMapTy &SectionIndexMap,
295 SectionIndexMapTy &SectionIndexMap,
303 SectionIndexMapTy &SectionIndexMap,
311 const SectionIndexMapTy &SectionIndexMap,
335 const SectionIndexMapTy &SectionIndexMap,
583 const SectionIndexMapTy &SectionIndexMap) {
612 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section),
835 SectionIndexMapTy &SectionIndexMap,
844 SectionIndexMap[&Section] = Index++;
855 SectionIndexMap[&Section] = Index++;
858 SectionIndexMap[RelSection] = Index++;
863 const SectionIndexMapTy &SectionIndexMap,
920 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
926 MSD.SectionIndex = SectionIndexMap.lookup(&Section);
1127 SectionIndexMapTy &SectionIndexMap,
1164 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
1166 ShstrtabIndex = SectionIndexMap.lookup(ShstrtabSection);
1167 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection);
1168 StringTableIndex = SectionIndexMap.lookup(StrtabSection);
1176 WriteSymbolTable(F, ShndxF, Asm, Layout, SectionIndexMap);
1224 SectionIndexMapTy &SectionIndexMap,
1256 ComputeIndexMap(Asm, SectionIndexMap, RelMap);
1269 unsigned Index = SectionIndexMap.lookup(&Section);
1275 const SectionIndexMapTy &SectionIndexMap,
1296 sh_link = SectionIndexMap.lookup(SymtabSection);
1306 sh_info = SectionIndexMap.lookup(InfoSection);
1349 sh_link = SectionIndexMap.lookup(
1355 sh_link = SectionIndexMap.lookup(
1421 const SectionIndexMapTy &SectionIndexMap,
1429 SectionIndexMap.begin(), e = SectionIndexMap.end(); i != e; ++i) {
1453 WriteSection(Asm, SectionIndexMap, GroupSymbolIndex,
1493 SectionIndexMapTy SectionIndexMap;
1502 RevGroupMap, SectionIndexMap, RelMap);
1509 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections);
1516 SectionIndexMap,
1574 WriteSectionHeader(Asm, GroupMap, Layout, SectionIndexMap,