Lines Matching refs:addSection
1254 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1262 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1286 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1337 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1438 Seg.addSection(&Sec); in readProgramHeaders()
1670 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1674 return Obj.addSection<RelocationSection>(); in makeSection()
1681 return Obj.addSection<Section>(*Data); in makeSection()
1685 return Obj.addSection<StringTableSection>(); in makeSection()
1691 return Obj.addSection<Section>(*Data); in makeSection()
1696 return Obj.addSection<GroupSection>(*Data); in makeSection()
1701 return Obj.addSection<DynamicSymbolTableSection>(*Data); in makeSection()
1706 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1710 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
1715 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1720 return Obj.addSection<Section>(ArrayRef<uint8_t>()); in makeSection()
1739 return Obj.addSection<CompressedSection>(std::move(*NewSection)); in makeSection()
1742 return Obj.addSection<Section>(*Data); in makeSection()
2176 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2178 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()
2466 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()