Home
last modified time | relevance | path

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

/elf/
A Ddl-cache.c200 search_cache (const char *string_table, uint32_t string_table_size, in search_cache() argument
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()
333 best = string_table + lib->value; in search_cache()
487 const char *string_table = (const char *) cache_new; in _dl_load_cache_lookup() local
488 best = search_cache (string_table, cachesize, in _dl_load_cache_lookup()
494 const char *string_table = (const char *) &cache->libs[cache->nlibs]; in _dl_load_cache_lookup() local
496 = (const char *) cache + cachesize - string_table; in _dl_load_cache_lookup()
497 best = search_cache (string_table, string_table_size, in _dl_load_cache_lookup()

Completed in 8 milliseconds