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) {
101 const ElfW(Versym)* soinfo::get_versym(size_t n) const {
109 ElfW(Addr) soinfo::get_verneed_ptr() const {
117 size_t soinfo::get_verneed_cnt() const {
125 ElfW(Addr) soinfo::get_verdef_ptr() const
    [all...]
linker_soinfo.h 60 // registered with this soinfo. In such
64 // soinfo is executed and this flag is
66 #define FLAG_NEW_SOINFO 0x40000000 // new soinfo format
101 const soinfo* target_si;
104 // TODO(dimitry): remove reference from soinfo member functions to this class.
116 struct soinfo { struct
141 soinfo* next;
217 soinfo(android_namespace_t* ns, const char* name, const struct stat* file_stat,
219 ~soinfo();
229 void add_child(soinfo* child)
    [all...]

Completed in 462 milliseconds