Home
last modified time | relevance | path

Searched refs:get_realpath (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_soinfo.cpp249 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()
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()
547 call_function("DT_INIT", init_func_, get_realpath()); in call_constructors()
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
[all …]
H A Dlinker.cpp1708 si->get_realpath(), in find_libraries()
1837 root->get_realpath(), in soinfo_unload_impl()
1881 si->get_realpath(), in soinfo_unload_impl()
1886 si->get_realpath(), in soinfo_unload_impl()
1893 si->get_realpath(), in soinfo_unload_impl()
1909 si->get_realpath(), in soinfo_unload_impl()
1931 unload_si->get_realpath(), in soinfo_unload()
1933 root->get_realpath(), in soinfo_unload()
1941 root->get_realpath(), in soinfo_unload()
2321 si->get_realpath(), in do_dlclose()
[all …]
H A Dlinker_relocate.cpp190 relocator.si->get_realpath(), strerror(errno)); in process_relocation_impl()
200 relocator.si->get_realpath(), strerror(errno)); in process_relocation_impl()
254 sym_name, found_in->get_realpath()); in process_relocation_impl()
261 sym_name, relocator.si->get_realpath()); in process_relocation_impl()
388 sym_name, found_in->get_realpath(), relocator.si->get_realpath()); in process_relocation_impl()
596 DEBUG("[ android relocating %s ]", get_realpath()); in relocate()
611 DEBUG("[ relocating %s relr ]", get_realpath()); in relocate()
619 DEBUG("[ relocating %s rela ]", get_realpath()); in relocate()
626 DEBUG("[ relocating %s plt rela ]", get_realpath()); in relocate()
633 DEBUG("[ relocating %s rel ]", get_realpath()); in relocate()
[all …]
H A Dlinker_relocate.h66 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath()); in is_symbol_global_and_defined()
H A Dlinker_soinfo.h320 const char* get_realpath() const;
447 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath())); in for_each_dt_needed()
H A Dlinker_main.cpp99 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in solist_remove_soinfo()
190 map.l_name = const_cast<char*>(info.get_realpath()); in init_link_map_head()
529 TRACE("[ Ready to execute \"%s\" @ %p ]", si->get_realpath(), reinterpret_cast<void*>(entry)); in linker_main()
H A Dlinker_note_gnu_property.cpp40 : GnuPropertySection(si->phdr, si->phnum, si->load_bias, si->get_realpath()) {} in GnuPropertySection()