Home
last modified time | relevance | path

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

/elf/
A Ddl-cache.c179 _dl_cache_verify_ptr (uint32_t ptr, size_t string_table_size) in _dl_cache_verify_ptr() argument
181 return ptr < string_table_size; in _dl_cache_verify_ptr()
200 search_cache (const char *string_table, uint32_t string_table_size, in search_cache() argument
227 if (!_dl_cache_verify_ptr (key, string_table_size)) in search_cache()
245 if (!_dl_cache_verify_ptr (key, string_table_size) in search_cache()
263 && (! _dl_cache_verify_ptr (lib->key, string_table_size) in search_cache()
270 && _dl_cache_verify_ptr (lib->value, string_table_size)) in search_cache()
495 uint32_t string_table_size in _dl_load_cache_lookup() local
497 best = search_cache (string_table, string_table_size, in _dl_load_cache_lookup()

Completed in 4 milliseconds