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

  /bionic/linker/
linker_soinfo.cpp 45 bool find_verdef_version_index(const soinfo* si, const version_info* vi, ElfW(Versym)* versym);
49 soinfo::soinfo(android_namespace_t* ns, const char* realpath, function in class:soinfo
71 soinfo::~soinfo() {
75 void soinfo::set_dt_runpath(const char* path) {
94 const ElfW(Versym)* soinfo::get_versym(size_t n) const {
102 ElfW(Addr) soinfo::get_verneed_ptr() const {
110 size_t soinfo::get_verneed_cnt() const {
118 ElfW(Addr) soinfo::get_verdef_ptr() const
    [all...]
linker_soinfo.h 56 // registered with this soinfo. In such
60 // soinfo is executed and this flag is
62 #define FLAG_NEW_SOINFO 0x40000000 // new soinfo format
97 const soinfo* target_si;
100 // TODO(dimitry): remove reference from soinfo member functions to this class.
107 struct soinfo { struct
132 soinfo* next;
208 soinfo(android_namespace_t* ns, const char* name, const struct stat* file_stat,
210 ~soinfo();
220 void add_child(soinfo* child)
    [all...]

Completed in 1894 milliseconds