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

  /frameworks/rs/driver/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"
  /frameworks/rs/driver/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 2159 milliseconds