Searched refs:get_soname (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_cfi.cpp | 135 const char* soname = si->get_soname(); in find_libdl() 171 static_cast<uintptr_t>(si->size), si->get_soname()); in AddLibrary() 177 static_cast<uintptr_t>(si->size), si->get_soname(), cfi_check); in AddLibrary() 181 DL_ERR("__cfi_check in not a Thumb function in the library \"%s\"", si->get_soname()); in AddLibrary() 187 DL_ERR("unaligned __cfi_check in the library \"%s\"", si->get_soname()); in AddLibrary() 268 static_cast<uintptr_t>(si->size), si->get_soname()); in BeforeUnload()
|
D | linker_namespaces.cpp | 76 si->get_soname()); in is_accessible()
|
D | linker_soinfo.h | 280 const char* get_soname() const;
|
D | linker.cpp | 1227 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_inode() 1248 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_realpath() 1458 const char* soname = si->get_soname(); in find_loaded_library_by_soname() 1510 soname = candidate->get_soname(); in find_library_in_linked_namespace() 2283 si->get_realpath(), si->get_soname(), handle); in do_dlopen() 2288 si->get_realpath(), si->get_soname(), handle); in do_dlopen() 2415 sym_name, sym_ver, found->get_soname(), *symbol); in do_dlsym() 2653 return si->get_soname() != nullptr && strcmp(si->get_soname(), target_soname) == 0; in init_verneed()
|
D | linker_soinfo.cpp | 574 const char* soinfo::get_soname() const { in get_soname() function in soinfo
|