Home
last modified time | relevance | path

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

/glibc-2.36/elf/
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()
492 uint32_t string_table_size in _dl_load_cache_lookup() local
494 best = search_cache (string_table, string_table_size, in _dl_load_cache_lookup()
/glibc-2.36/iconv/
Diconvconfig.c1005 size_t string_table_size; in write_output() local
1035 string_table = strtabfinalize (strtab, &string_table_size); in write_output()
1149 iov[1].iov_len = string_table_size; in write_output()
1153 if ((string_table_size & (sizeof (gidx_t) - 1)) != 0) in write_output()
1157 - (string_table_size & (sizeof (gidx_t) - 1))); in write_output()