Searched refs:get_realpath (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_mips.cpp | 72 DEBUG("Processing \"%s\" relocation at index %zd", get_realpath(), idx); in relocate() 95 sym_name, get_realpath()); in relocate() 183 get_realpath(), sym_name); in mips_relocate_got() 190 get_realpath(), sym_name, st_visibility); in mips_relocate_got() 197 DL_ERR("%s: cannot locate \"%s\"...", get_realpath(), sym_name); in mips_relocate_got() 251 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes() 272 get_realpath()); in mips_check_and_adjust_fp_modes() 282 mips_fpabi, get_realpath()); in mips_check_and_adjust_fp_modes() 318 get_realpath()); in mips_check_and_adjust_fp_modes() 321 DL_WARN("Using FRE=1 mode to run \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes()
|
D | linker_soinfo.cpp | 82 std::string origin = dirname(get_realpath()); in set_dt_runpath() 154 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath()); in is_symbol_global_and_defined() 187 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 192 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 202 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 230 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(s->st_value), in gnu_lookup() 238 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 249 symbol_name.get_name(), get_realpath(), in elf_lookup() 270 symbol_name.get_name(), get_realpath(), in elf_lookup() 279 symbol_name.get_name(), get_realpath(), in elf_lookup() [all …]
|
D | linker.cpp | 197 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) { in is_greylisted() 250 map->l_name = const_cast<char*>(info->get_realpath()); in notify_gdb_of_load() 316 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si); in soinfo_free() 416 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name); in soinfo_do_lookup() 431 si_from->get_realpath(), name, global_si->get_realpath()); in soinfo_do_lookup() 460 si_from->get_realpath(), name, local_si->get_realpath()); in soinfo_do_lookup() 482 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value), in soinfo_do_lookup() 483 (*si_found_in)->get_realpath(), reinterpret_cast<void*>((*si_found_in)->base), in soinfo_do_lookup() 1184 "will return existing soinfo", name, si->get_realpath()); in load_library() 1211 if (needed_by == nullptr || !is_system_library(needed_by->get_realpath())) { in load_library() [all …]
|
D | linker_soinfo.h | 253 const char* get_realpath() const; 352 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath())); in for_each_dt_needed()
|
D | linker_main.cpp | 82 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo() 438 TRACE("[ Ready to execute \"%s\" @ %p ]", si->get_realpath(), reinterpret_cast<void*>(entry));
|