exec_elf32.c | 187 size_t nstrtab_size, nstrtab_nextoff, fn_size; local in function:ELFNAMEEND 262 nstrtab_size = 256; 263 nstrtabp = xmalloc(nstrtab_size, fn, "new string table"); 282 while ((nstrtab_size - nstrtab_nextoff) < 284 nstrtab_size *= 2; 285 nstrtabp = xrealloc(nstrtabp, nstrtab_size, fn,
|