Lines Matching refs:SecTable
54 void SectionBase::initialize(SectionTableRef SecTable) {} in initialize() argument
332 void SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize() argument
334 setSymTab(SecTable.getSectionOfType<SymbolTableSection>( in initialize()
459 void SymbolTableSection::initialize(SectionTableRef SecTable) { in initialize() argument
461 setStrTab(SecTable.getSectionOfType<StringTableSection>( in initialize()
552 SectionTableRef SecTable) { in initialize() argument
554 setSymTab(SecTable.getSectionOfType<SymTabType>( in initialize()
562 setSection(SecTable.getSection(Info, "Info field value " + Twine(Info) + in initialize()
666 void Section::initialize(SectionTableRef SecTable) { in initialize() argument
669 SecTable.getSection(Link, "Link field value " + Twine(Link) + in initialize()
928 auto SecTable = Obj.sections(); in initGroupSection() local
929 auto SymTab = SecTable.template getSectionOfType<SymbolTableSection>( in initGroupSection()
951 GroupSec->addMember(SecTable.getSection( in initGroupSection()