Searched refs:ContentSection (Results 1 – 1 of 1) sorted by relevance
87 struct ContentSection : public OutputSection<ELFT> { struct89 ContentSection() { this->NoBits = false; } in ContentSection() argument278 ContentSection<ELFStringTableBuilder, ELFT> DynStr;279 ContentSection<ELFStringTableBuilder, ELFT> ShStrTab;280 ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> DynSym;281 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> DynTab;287 void fillStrTabShdr(ContentSection<ELFStringTableBuilder, ELFT> &StrTab, in fillStrTabShdr()300 void fillSymTabShdr(ContentSection<ELFSymbolTableBuilder<ELFT>, ELFT> &SymTab, in fillSymTabShdr()317 ContentSection<ELFDynamicTableBuilder<ELFT>, ELFT> &DynTab) const { in fillDynTabShdr()