Lines Matching refs:addSection
1253 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1261 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1285 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1338 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1449 Seg.addSection(&Sec); in readProgramHeaders()
1682 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1686 return Obj.addSection<RelocationSection>(Obj); in makeSection()
1693 return Obj.addSection<Section>(*Data); in makeSection()
1697 return Obj.addSection<StringTableSection>(); in makeSection()
1703 return Obj.addSection<Section>(*Data); in makeSection()
1708 return Obj.addSection<GroupSection>(*Data); in makeSection()
1713 return Obj.addSection<DynamicSymbolTableSection>(*Data); in makeSection()
1718 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1726 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
1731 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1736 return Obj.addSection<Section>(ArrayRef<uint8_t>()); in makeSection()
1747 return Obj.addSection<Section>(*Data); in makeSection()
1749 return Obj.addSection<CompressedSection>(CompressedSection( in makeSection()
2252 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2254 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()
2561 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()