Home
last modified time | relevance | path

Searched refs:ELFSectionStrTab (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionStrTab.hxx28 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()
/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionStrTab.h26 class ELFSectionStrTab : public ELFSection<Bitwidth> {
35 ELFSectionStrTab() { } in ELFSectionStrTab() function
39 static ELFSectionStrTab *read(Archiver &AR, ELFSectionHeaderTy const *sh);
DELFTypes.h40 template <unsigned Bitwidth> class ELFSectionStrTab; variable
174 typedef ELFSectionStrTab<BITWIDTH> ELFSectionStrTabTy; \