Lines Matching defs:strtab
70 static char *strtab = NULL;
195 * Find symtab and strtab and their sizes.
285 fprintf(stderr, "could not find strtab, symtab or their sizes "
298 strtab = reservespace(strtab, &strtabsize, strtaboff, curstrsize);
299 if (symtab == NULL || strtab == NULL) {
335 * set name to point at new strtab, offset symbol value
344 strcpy(strtab + strtaboff, cursymname);
472 memcpy(trimmedstr, strtab, strtaboff);
474 trimmedstr = strtab;
475 strtab = NULL;
480 free(strtab);