Lines Matching defs:symtab
69 static uint8_t *symtab = NULL;
195 * Find symtab and strtab and their sizes.
285 fprintf(stderr, "could not find strtab, symtab or their sizes "
296 symtab = reservespace(symtab, &symtabsize,
299 if (symtab == NULL || strtab == NULL) {
304 /* iterate over all symbols in current symtab */
331 memcpy(symtab + symtaboff,
338 csym = symtab + symtaboff;
466 memcpy(trimmedsym, symtab, symtaboff);
468 trimmedsym = symtab;
469 symtab = NULL;
479 free(symtab);