Lines Matching refs:strtab
309 char *strtab; in simple_object_coff_read_strtab() local
319 strtab = XNEWVEC (char, strsize); in simple_object_coff_read_strtab()
321 (unsigned char *) strtab, strsize, errmsg, in simple_object_coff_read_strtab()
324 XDELETEVEC (strtab); in simple_object_coff_read_strtab()
328 return strtab; in simple_object_coff_read_strtab()
347 char *strtab; in simple_object_coff_find_sections() local
367 strtab = NULL; in simple_object_coff_find_sections()
393 if (strtab == NULL) in simple_object_coff_find_sections()
395 strtab = simple_object_coff_read_strtab (sobj, in simple_object_coff_find_sections()
398 if (strtab == NULL) in simple_object_coff_find_sections()
407 XDELETEVEC (strtab); in simple_object_coff_find_sections()
413 name = strtab + strindex; in simple_object_coff_find_sections()
424 if (strtab != NULL) in simple_object_coff_find_sections()
425 XDELETEVEC (strtab); in simple_object_coff_find_sections()