Searched refs:ELFSectionStrTab (Results 1 – 3 of 3) sorted by relevance
28 ELFSectionStrTab<Bitwidth> *29 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read()32 std::unique_ptr<ELFSectionStrTab> st(new ELFSectionStrTab()); in read()52 void ELFSectionStrTab<Bitwidth>::print() const { in print()
26 class ELFSectionStrTab : public ELFSection<Bitwidth> {35 ELFSectionStrTab() { } in ELFSectionStrTab() function39 static ELFSectionStrTab *read(Archiver &AR, ELFSectionHeaderTy const *sh);
40 template <unsigned Bitwidth> class ELFSectionStrTab; variable174 typedef ELFSectionStrTab<BITWIDTH> ELFSectionStrTabTy; \