Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp72 #define SEARCH_NAME(x) x macro
81 #define SEARCH_NAME(x) get_base_name(x) macro
833 soinfo* si = soinfo_alloc(SEARCH_NAME(name), &file_stat, file_offset); in load_library()
856 const char* search_name = SEARCH_NAME(name); in find_loaded_library_by_name()