Searched refs:sopath (Results 1 – 4 of 4) sorted by relevance
/bionic/linker/ |
D | linker_dlwarning.cpp | 37 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()
|
D | linker_dlwarning.h | 31 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
|
D | linker_soinfo.h | 441 const char* fix_dt_needed(const char* dt_needed, const char* sopath);
|
D | linker.cpp | 1045 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()
|