Home
last modified time | relevance | path

Searched refs:sopath (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_dlwarning.cpp37 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning() argument
42 current_msg = current_msg + basename(sopath) + ": " + message; in add_dlwarning()
Dlinker_dlwarning.h31 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
Dlinker_soinfo.h441 const char* fix_dt_needed(const char* dt_needed, const char* sopath);
Dlinker.cpp1045 const char* fix_dt_needed(const char* dt_needed, const char* sopath __unused) { in fix_dt_needed()
1055 sopath, dt_needed, app_target_api_level); in fix_dt_needed()
1056 add_dlwarning(sopath, "invalid DT_NEEDED entry", dt_needed); in fix_dt_needed()
1199 const char* sopath = needed_or_dlopened_by == nullptr ? "(unknown)" : in load_library() local
1205 name, realpath.c_str(), sopath, ns->get_name()); in load_library()
1206 add_dlwarning(sopath, "unauthorized access to", name); in load_library()