Searched refs:get_realpath (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_mips.cpp | 70 DEBUG("Processing \"%s\" relocation at index %zd", get_realpath(), idx); in relocate() 93 sym_name, get_realpath()); in relocate() 181 get_realpath(), sym_name); in mips_relocate_got() 188 get_realpath(), sym_name, st_visibility); in mips_relocate_got() 195 DL_ERR("%s: cannot locate \"%s\"...", get_realpath(), sym_name); in mips_relocate_got() 249 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes() 260 const char* filename = get_realpath(); in mips_check_and_adjust_fp_modes() 278 get_realpath()); in mips_check_and_adjust_fp_modes() 288 mips_fpabi, get_realpath()); in mips_check_and_adjust_fp_modes() 324 get_realpath()); in mips_check_and_adjust_fp_modes() [all …]
|
D | linker.cpp | 238 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) { in is_greylisted() 320 map->l_name = const_cast<char*>(info->get_realpath()); in notify_gdb_of_load() 413 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si); in soinfo_free() 424 DL_ERR("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in soinfo_free() 518 std::string origin = dirname(get_realpath()); in set_dt_runpath() 675 i, verdef->vd_version, si->get_realpath()); in for_each_verdef() 745 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath()); in is_symbol_global_and_defined() 778 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 783 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() 793 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in gnu_lookup() [all …]
|
D | linker.h | 347 const char* get_realpath() const;
|