HomeSort by relevance Sort by last modified time
    Searched refs:ELFSectionRelTable (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionRelTable.h 27 class ELFSectionRelTable : public ELFSection<Bitwidth> {
35 ELFSectionRelTable() { }
38 virtual ~ELFSectionRelTable();
43 static ELFSectionRelTable *read(Archiver &AR, ELFSectionHeaderTy const *sh);
60 #include "impl/ELFSectionRelTable.hxx"
ELFTypes.h 39 template <unsigned Bitwidth> class ELFSectionRelTable;
173 typedef ELFSectionRelTable<BITWIDTH> ELFSectionRelTableTy; \
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionRelTable.hxx 29 ELFSectionRelTable<Bitwidth>::~ELFSectionRelTable() {
37 void ELFSectionRelTable<Bitwidth>::print() const {
54 ELFSectionRelTable<Bitwidth> *
55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR,
60 llvm::OwningPtr<ELFSectionRelTable> rt(new ELFSectionRelTable());
91 size_t ELFSectionRelTable<Bitwidth>::

Completed in 133 milliseconds