Home
last modified time | relevance | path

Searched refs:get_soname (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_mips.cpp65 DEBUG("Processing '%s' relocation at index %zd", get_soname(), idx); in relocate()
87 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, get_soname()); in relocate()
174 DL_ERR("%s: invalid symbol \"%s\" (PROTECTED/UNDEFINED) ", get_soname(), sym_name); in mips_relocate_got()
180 DL_ERR("%s: invalid symbol \"%s\" visibility: 0x%x", get_soname(), sym_name, st_visibility); in mips_relocate_got()
187 DL_ERR("%s: cannot locate \"%s\"...", get_soname(), sym_name); in mips_relocate_got()
Dlinker.h327 const char* get_soname() const;
Dlinker.cpp1361 const char* soname = si->get_soname(); in find_loaded_library_by_soname()
1753 return si->get_soname() != nullptr && strcmp(si->get_soname(), target_soname) == 0; in init_verneed()
2382 const char* soinfo::get_soname() const { in get_soname() function in soinfo