Searched refs:ContentSection (Results 1 – 1 of 1) sorted by relevance
88 struct ContentSection : public OutputSection<ELFT> { struct90 ContentSection() { this->NoBits = false; } in ContentSection() argument279 ContentSection<ELFStringTableBuilder, ELFT> DynStr;280 ContentSection<ELFStringTableBuilder, ELFT> ShStrTab;281 ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> DynSym;282 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> DynTab;288 void fillStrTabShdr(ContentSection<ELFStringTableBuilder, ELFT> &StrTab, in fillStrTabShdr()301 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr()318 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> &DynTab) const { in fillDynTabShdr()