Searched refs:_dl_cache_libcmp (Results 1 – 3 of 3) sorted by relevance
231 int cmpres = _dl_cache_libcmp (name, string_table + key); in search_cache()247 || _dl_cache_libcmp (name, string_table + key) != 0) in search_cache()264 || (_dl_cache_libcmp (name, string_table + lib->key) in search_cache()359 _dl_cache_libcmp (const char *p1, const char *p2) in _dl_cache_libcmp() function
439 int res = _dl_cache_libcmp (e2->lib->string, e1->lib->string); in compare()
1093 && _dl_cache_libcmp (dlib_ptr->name, direntry->d_name) < 0)) in search_dir()
Completed in 17 milliseconds