HomeSort by relevance Sort by last modified time
    Searched refs:get_realpath (Results 1 - 5 of 5) sorted by null

  /bionic/linker/
linker_mips.cpp 72 DEBUG("Processing \"%s\" relocation at index %zd", get_realpath(), idx);
95 sym_name, get_realpath());
182 get_realpath(), sym_name);
189 get_realpath(), sym_name, st_visibility);
196 DL_ERR("%s: cannot locate \"%s\"...", get_realpath(), sym_name);
251 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath());
272 get_realpath());
283 mips_fpabi, get_realpath());
319 get_realpath());
322 DL_WARN("Using FRE=1 mode to run \"%s\"", get_realpath());
    [all...]
linker_soinfo.cpp 84 std::string origin = dirname(get_realpath());
156 ELF_ST_BIND(s->st_info), si->get_string(s->st_name), si->get_realpath());
189 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base));
194 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base));
204 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base));
232 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(s->st_value),
240 symbol_name.get_name(), get_realpath(), reinterpret_cast<void*>(base));
251 symbol_name.get_name(), get_realpath(),
272 symbol_name.get_name(), get_realpath(),
281 symbol_name.get_name(), get_realpath(),
548 const char* soinfo::get_realpath() const { function in class:soinfo
    [all...]
linker.cpp 214 if (needed_by != nullptr && is_system_library(needed_by->get_realpath())) {
267 map->l_name = const_cast<char*>(info->get_realpath());
332 TRACE("name %s: freeing soinfo @ %p", si->get_realpath(), si);
428 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name);
443 si_from->get_realpath(), name, global_si->get_realpath());
472 si_from->get_realpath(), name, local_si->get_realpath());
494 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value),
495 (*si_found_in)->get_realpath(), reinterpret_cast<void*>((*si_found_in)->base)
    [all...]
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()));
linker_main.cpp 85 PRINT("name \"%s\"@%p is not in solist!", si->get_realpath(), si);
469 TRACE("[ Ready to execute \"%s\" @ %p ]", si->get_realpath(), reinterpret_cast<void*>(entry));

Completed in 532 milliseconds