Lines Matching refs:addSection
1217 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab()
1225 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab()
1249 auto &DataSection = Obj->addSection<Section>(Data); in addData()
1302 Section = &Obj->addSection<OwnedDataSection>( in addDataSections()
1413 Seg.addSection(&Sec); in readProgramHeaders()
1646 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection()
1650 return Obj.addSection<RelocationSection>(Obj); in makeSection()
1657 return Obj.addSection<Section>(*Data); in makeSection()
1661 return Obj.addSection<StringTableSection>(); in makeSection()
1667 return Obj.addSection<Section>(*Data); in makeSection()
1672 return Obj.addSection<GroupSection>(*Data); in makeSection()
1677 return Obj.addSection<DynamicSymbolTableSection>(*Data); in makeSection()
1682 return Obj.addSection<DynamicSection>(*Data); in makeSection()
1686 auto &SymTab = Obj.addSection<SymbolTableSection>(); in makeSection()
1691 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()
1696 return Obj.addSection<Section>(ArrayRef<uint8_t>()); in makeSection()
1707 return Obj.addSection<Section>(*Data); in makeSection()
1709 return Obj.addSection<CompressedSection>( in makeSection()
2210 StrTab = &addSection<StringTableSection>(); in addNewSymbolTable()
2212 SymbolTableSection &SymTab = addSection<SymbolTableSection>(); in addNewSymbolTable()
2513 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()