• Home
  • Raw
  • Download

Lines Matching refs:MCSectionELF

300     const MCSectionELF &Section =  in WriteSymbolTable()
301 static_cast<const MCSectionELF&>(i->getSection()); in WriteSymbolTable()
355 const MCSectionELF &Section = in SymbolToReloc()
356 static_cast<const MCSectionELF&>(ASymbol.getSection()); in SymbolToReloc()
369 const MCSectionELF &Sec2 = in SymbolToReloc()
370 static_cast<const MCSectionELF&>(F.getParent()->getSection()); in SymbolToReloc()
532 const MCSectionELF &Section = in ComputeIndexMap()
533 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
541 const MCSectionELF &Section = in ComputeIndexMap()
542 static_cast<const MCSectionELF &>(it->getSection()); in ComputeIndexMap()
548 const MCSectionELF *RelSection = RelMap.lookup(&Section); in ComputeIndexMap()
616 const MCSectionELF &Section = in ComputeSymbolTable()
617 static_cast<const MCSectionELF&>(RefSymbol.getSection()); in ComputeSymbolTable()
684 const MCSectionELF &Section = in CreateRelocationSections()
685 static_cast<const MCSectionELF&>(SD.getSection()); in CreateRelocationSections()
697 const MCSectionELF *RelaSection = in CreateRelocationSections()
712 const MCSectionELF &Section = in WriteRelocations()
713 static_cast<const MCSectionELF&>(SD.getSection()); in WriteRelocations()
715 const MCSectionELF *RelaSection = RelMap.lookup(&Section); in WriteRelocations()
783 const MCSectionELF *secA = *static_cast<const MCSectionELF* const *>(a); in compareBySuffix()
784 const MCSectionELF *secB = *static_cast<const MCSectionELF* const *>(b); in compareBySuffix()
810 const MCSectionELF *ShstrtabSection = in CreateMetadataSections()
816 const MCSectionELF *SymtabSection = in CreateMetadataSections()
826 const MCSectionELF *SymtabShndxSection = in CreateMetadataSections()
833 const MCSectionELF *StrtabSection; in CreateMetadataSections()
858 std::vector<const MCSectionELF*> Sections; in CreateMetadataSections()
861 const MCSectionELF &Section = in CreateMetadataSections()
862 static_cast<const MCSectionELF&>(it->getSection()); in CreateMetadataSections()
875 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections()
904 const MCSectionELF *GnuStackSection = in CreateIndexedSections()
913 const MCSectionELF &Section = in CreateIndexedSections()
914 static_cast<const MCSectionELF&>(it->getSection()); in CreateIndexedSections()
920 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in CreateIndexedSections()
936 const MCSectionELF &Section = in CreateIndexedSections()
937 static_cast<const MCSectionELF&>(it->getSection()); in CreateIndexedSections()
940 const MCSectionELF *Group = RevGroupMap[Section.getGroup()]; in CreateIndexedSections()
954 const MCSectionELF &Section) { in WriteSection()
966 const MCSectionELF *SymtabSection; in WriteSection()
967 const MCSectionELF *InfoSection; in WriteSection()
1055 const MCSectionELF &Section) { in WriteDataSectionData()
1084 std::vector<const MCSectionELF*> Sections; in WriteSectionHeader()
1089 const std::pair<const MCSectionELF*, uint32_t> &p = *i; in WriteSectionHeader()
1101 const MCSectionELF &Section = *Sections[i]; in WriteSectionHeader()
1119 std::vector<const MCSectionELF*> &Sections) { in ComputeSectionOrder()
1122 const MCSectionELF &Section = in ComputeSectionOrder()
1123 static_cast<const MCSectionELF &>(it->getSection()); in ComputeSectionOrder()
1130 const MCSectionELF &Section = in ComputeSectionOrder()
1131 static_cast<const MCSectionELF &>(it->getSection()); in ComputeSectionOrder()
1140 const MCSectionELF &Section = in ComputeSectionOrder()
1141 static_cast<const MCSectionELF &>(it->getSection()); in ComputeSectionOrder()
1156 DenseMap<const MCSectionELF*, const MCSectionELF*> RelMap; in WriteObject()
1183 std::vector<const MCSectionELF*> Sections; in WriteObject()
1188 const MCSectionELF &Section = *Sections[i]; in WriteObject()
1209 const MCSectionELF &Section = *Sections[i]; in WriteObject()
1309 const MCSectionELF &Section = in ExplicitRelSym()
1310 static_cast<const MCSectionELF&>(Symbol.getSection()); in ExplicitRelSym()