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

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c70 char *st_string_pool; member in struct:_Elftc_String_Table
89 s = st->st_string_pool + labs(ste->ste_idx);
91 assert(s > st->st_string_pool &&
92 s < st->st_string_pool + st->st_string_pool_size);
115 if ((newpool = realloc(st->st_string_pool, newsize)) ==
118 st->st_string_pool = newpool;
122 memcpy(st->st_string_pool + stlen, string, len);
145 if ((st->st_string_pool = malloc(sizehint)) == NULL) {
156 *st->st_string_pool = '\0';
171 free(st->st_string_pool);
[all...]

Completed in 111 milliseconds