Searched refs:sopath (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_dlwarning.cpp | 25 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning() argument 30 current_msg = current_msg + basename(sopath) + ": " + message; in add_dlwarning()
|
D | linker_dlwarning.h | 20 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
|
D | linker.cpp | 1646 static const char* fix_dt_needed(const char* dt_needed, const char* sopath __unused) { in fix_dt_needed() 1652 DL_WARN("library \"%s\" has invalid DT_NEEDED entry \"%s\"", sopath, dt_needed); in fix_dt_needed() 1653 add_dlwarning(sopath, "invalid DT_NEEDED entry", dt_needed); in fix_dt_needed() 1750 const char* sopath = needed_or_dlopened_by == nullptr ? "(unknown)" : in load_library() local 1755 name, realpath.c_str(), sopath, ns->get_name()); in load_library() 1756 add_dlwarning(sopath, "unauthorized access to", name); in load_library()
|