Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c69 size_t st_string_pool_size; member
92 s < st->st_string_pool + st->st_string_pool_size); in elftc_string_table_find_hash_entry()
111 if (stlen + len >= st->st_string_pool_size) { in elftc_string_table_add_to_pool()
112 newsize = roundup(st->st_string_pool_size + in elftc_string_table_add_to_pool()
119 st->st_string_pool_size = newsize; in elftc_string_table_add_to_pool()
155 st->st_string_pool_size = sizehint; in elftc_string_table_create()