Lines Matching refs:get_realpath
148 name, lib->si_->get_realpath(), reinterpret_cast<void*>(lib->si_->base)); in ElfW()
165 name, lib->si_->get_realpath(), reinterpret_cast<void*>(lib->si_->base)); in ElfW()
191 name, lib->si_->get_realpath(), reinterpret_cast<void*>(sym->st_value), in ElfW()
202 name, lib->si_->get_realpath(), reinterpret_cast<void*>(lib->si_->base)); in ElfW()
249 std::string origin = dirname(get_realpath()); in set_dt_runpath()
340 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in ElfW()
345 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in ElfW()
355 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in ElfW()
370 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(s->st_value), in ElfW()
377 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base)); in ElfW()
386 symbol_name.get_name(), get_realpath(), in ElfW()
399 symbol_name.get_name(), get_realpath(), in ElfW()
407 symbol_name.get_name(), get_realpath(), in ElfW()
513 call_array("DT_PREINIT_ARRAY", preinit_array_, preinit_array_count_, false, get_realpath()); in call_pre_init_constructors()
535 PRINT("\"%s\": ignoring DT_PREINIT_ARRAY in shared library!", get_realpath()); in call_constructors()
543 bionic_trace_begin((std::string("calling constructors: ") + get_realpath()).c_str()); in call_constructors()
547 call_function("DT_INIT", init_func_, get_realpath()); in call_constructors()
548 call_array("DT_INIT_ARRAY", init_array_, init_array_count_, false, get_realpath()); in call_constructors()
560 ScopedTrace trace((std::string("calling destructors: ") + get_realpath()).c_str()); in call_destructors()
563 call_array("DT_FINI_ARRAY", fini_array_, fini_array_count_, true, get_realpath()); in call_destructors()
566 call_function("DT_FINI", fini_func_, get_realpath()); in call_destructors()
678 const char* soinfo::get_realpath() const { in get_realpath() function in soinfo
772 get_realpath(), strtab_size_, index); in get_string()