Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c70 char *st_string_pool; member
89 s = st->st_string_pool + labs(ste->ste_idx); in elftc_string_table_find_hash_entry()
91 assert(s > st->st_string_pool && in elftc_string_table_find_hash_entry()
118 st->st_string_pool = newpool; in elftc_string_table_add_to_pool()
156 *st->st_string_pool = '\0'; in elftc_string_table_create()
171 free(st->st_string_pool); in elftc_string_table_destroy()
249 return (st->st_string_pool); in elftc_string_table_image()
255 assert(*st->st_string_pool == '\0'); in elftc_string_table_image()
260 for (r = s = st->st_string_pool + 1; in elftc_string_table_image()
301 return (st->st_string_pool); in elftc_string_table_image()
[all …]