Searched refs:st_string_pool (Results 1 – 1 of 1) sorted by relevance
70 char *st_string_pool; member89 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 …]