Lines Matching refs:addSection
1265 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1273 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1297 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1349 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1450 Seg.addSection(&Sec); in readProgramHeaders()
1683 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1687 return Obj.addSection<RelocationSection>(); in makeSection()
1694 return Obj.addSection<Section>(*Data); in makeSection()
1698 return Obj.addSection<StringTableSection>(); in makeSection()
1704 return Obj.addSection<Section>(*Data); in makeSection()
1709 return Obj.addSection<GroupSection>(*Data); in makeSection()
1714 return Obj.addSection<DynamicSymbolTableSection>(*Data); in makeSection()
1719 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1723 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
1728 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1733 return Obj.addSection<Section>(ArrayRef<uint8_t>()); in makeSection()
1752 return Obj.addSection<CompressedSection>(std::move(*NewSection)); in makeSection()
1755 return Obj.addSection<Section>(*Data); in makeSection()
2189 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2191 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()
2486 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()