HomeSort by: relevance | last modified time | path
    Searched defs:nstrtab_size (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/crunch/crunchide/
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,

Completed in 12 milliseconds