Home
last modified time | relevance | path

Searched refs:SecTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp54 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()
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
[all …]
H A DObject.h275 virtual void initialize(SectionTableRef SecTable);
339 void initialize(SectionTableRef SecTable) override;
481 void initialize(SectionTableRef SecTable) override;
526 void initialize(SectionTableRef SecTable) override;
578 void initialize(SectionTableRef SecTable) override;