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

/netbsd-current/usr.bin/crunch/crunchide/
H A Dexec_elf32.c180 int symtabsnum, strtabsnum; local
200 symtabsnum = strtabsnum = -1;
210 if (!weird && symtabsnum != -1) {
214 symtabsnum = i;
224 if (symtabsnum == -1)
245 if ((symtabp = xmalloc(shdrp[symtabsnum].sh_size, fn, "symbol table"))
248 if ((size_t)xreadatoff(fd, symtabp, shdrp[symtabsnum].sh_offset,
249 shdrp[symtabsnum].sh_size, fn) != shdrp[symtabsnum].sh_size)
260 nsyms = shdrp[symtabsnum]
[all...]

Completed in 161 milliseconds