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

  /frameworks/compile/linkloader/android/
librsloader.cpp 67 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
87 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
105 unwrap(object)->getSectionByName(".symtab"));
118 unwrap(object)->getSectionByName(".symtab"));
  /frameworks/compile/linkloader/include/impl/
ELFSectionProgBits.hxx 43 static_cast<ELFSectionSymTabTy *>(owner->getSectionByName(".symtab"));
ELFObject.hxx 64 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab"));
106 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const {
113 ELFObject<Bitwidth>::getSectionByName(std::string const &str) {
115 ELFSectionTy const *sptr = const_this->getSectionByName(str);
131 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
260 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
311 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
356 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
415 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
475 static_cast<ELFSectionProgBitsTy *>(getSectionByName(need_rel_name))
    [all...]
  /frameworks/compile/linkloader/include/
ELFObject.h 74 ELFSectionTy const *getSectionByName(std::string const &str) const;
75 ELFSectionTy *getSectionByName(std::string const &str);
  /frameworks/compile/linkloader/
main.cpp 156 object->getSectionByName(".symtab"));

Completed in 86 milliseconds