Searched refs:strtabsnum (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;
215 strtabsnum = shdrp[i].sh_link;
216 stroff = shdrp[strtabsnum].sh_offset;
217 if (!weird && strtabsnum != (ehdr.e_shnum - 1)) {
226 if (!weird && strtabsnum == -1) {
253 if ((strtabp = xmalloc(shdrp[strtabsnum].sh_size, fn, "string table"))
256 if ((size_t)xreadatoff(fd, strtabp, shdrp[strtabsnum].sh_offset,
257 shdrp[strtabsnum].sh_size, fn) != shdrp[strtabsnum]
[all...]

Completed in 286 milliseconds