Home
last modified time | relevance | path

Searched refs:add_dlwarning (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_dlwarning.h20 void add_dlwarning(const char* sopath, const char* message, const char* value = nullptr);
Dlinker_dlwarning.cpp25 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning() function
Dlinker.cpp1653 add_dlwarning(sopath, "invalid DT_NEEDED entry", dt_needed); in fix_dt_needed()
1756 add_dlwarning(sopath, "unauthorized access to", name); in load_library()
3936 add_dlwarning(get_realpath(), "text relocations"); in link_image()