Searched refs:string_table_size (Results 1 – 1 of 1) sorted by relevance
179 _dl_cache_verify_ptr (uint32_t ptr, size_t string_table_size) in _dl_cache_verify_ptr() argument181 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() argument227 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() local497 best = search_cache (string_table, string_table_size, in _dl_load_cache_lookup()
Completed in 4 milliseconds