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() 182 get_realpath(), sym_name); in mips_relocate_got() 189 get_realpath(), sym_name, st_visibility); in mips_relocate_got() 196 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() 283 mips_fpabi, get_realpath()); in mips_check_and_adjust_fp_modes() 319 get_realpath()); in mips_check_and_adjust_fp_modes() 322 DL_WARN("Using FRE=1 mode to run \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes()
|
D | linker_soinfo.cpp | 84 std::string origin = dirname(get_realpath()); in set_dt_runpath() 156 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath()); in is_symbol_global_and_defined() 189 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 194 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 204 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 232 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(s->st_value), in gnu_lookup() 240 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 251 symbol_name.get_name(), get_realpath(), in elf_lookup() 272 symbol_name.get_name(), get_realpath(), in elf_lookup() 281 symbol_name.get_name(), get_realpath(), in elf_lookup() [all …]
|
D | linker.cpp | 214 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) { in is_greylisted() 267 map->l_name = const_cast<char*>(info->get_realpath()); in notify_gdb_of_load() 332 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si); in soinfo_free() 428 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name); in soinfo_do_lookup() 443 si_from->get_realpath(), name, global_si->get_realpath()); in soinfo_do_lookup() 472 si_from->get_realpath(), name, local_si->get_realpath()); in soinfo_do_lookup() 494 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value), in soinfo_do_lookup() 495 (*si_found_in)->get_realpath(), reinterpret_cast<void*>((*si_found_in)->base), in soinfo_do_lookup() 1169 auto predicate = [&](soinfo* si) { return strcmp(realpath, si->get_realpath()) == 0; }; in find_loaded_library_by_realpath() 1224 "will return existing soinfo", name, si->get_realpath()); in load_library() [all …]
|
D | linker_soinfo.h | 274 const char* get_realpath() const; 384 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath())); in for_each_dt_needed()
|
D | linker_main.cpp | 85 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo() 469 TRACE("[ Ready to execute \"%s\" @ %p ]", si->get_realpath(), reinterpret_cast<void*>(entry));
|