Searched refs:get_soname (Results 1 – 2 of 2) sorted by relevance
340 const char* get_soname() const;
1872 const char* soname = si->get_soname(); in find_loaded_library_by_soname()1911 return strcmp(task->get_name(), si->get_soname()) == 0; in find_library_internal()2638 return si->get_soname() != nullptr && strcmp(si->get_soname(), target_soname) == 0; in init_verneed()3288 const char* soinfo::get_soname() const { in get_soname() function in soinfo