Lines Matching refs:addSection
1285 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1293 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1317 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1370 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1481 Seg.addSection(&Sec); in readProgramHeaders()
1714 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1718 return Obj.addSection<RelocationSection>(Obj); in makeSection()
1725 return Obj.addSection<Section>(*Data); in makeSection()
1729 return Obj.addSection<StringTableSection>(); in makeSection()
1735 return Obj.addSection<Section>(*Data); in makeSection()
1740 return Obj.addSection<GroupSection>(*Data); in makeSection()
1745 return Obj.addSection<DynamicSymbolTableSection>(*Data); in makeSection()
1750 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1758 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
1763 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1768 return Obj.addSection<Section>(ArrayRef<uint8_t>()); in makeSection()
1779 return Obj.addSection<Section>(*Data); in makeSection()
1781 return Obj.addSection<CompressedSection>(CompressedSection( in makeSection()
2300 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2302 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()
2609 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()