Lines Matching refs:strtab
366 char *strtab; in simple_object_xcoff_read_strtab() local
374 strtab = XNEWVEC (char, strsize); in simple_object_xcoff_read_strtab()
376 (unsigned char *) strtab, strsize, errmsg, in simple_object_xcoff_read_strtab()
379 XDELETEVEC (strtab); in simple_object_xcoff_read_strtab()
383 return strtab; in simple_object_xcoff_read_strtab()
404 char *strtab; in simple_object_xcoff_find_sections() local
423 strtab = NULL; in simple_object_xcoff_find_sections()
449 if (strtab == NULL) in simple_object_xcoff_find_sections()
451 strtab = simple_object_xcoff_read_strtab (sobj, in simple_object_xcoff_find_sections()
454 if (strtab == NULL) in simple_object_xcoff_find_sections()
463 XDELETEVEC (strtab); in simple_object_xcoff_find_sections()
469 name = strtab + strindex; in simple_object_xcoff_find_sections()
492 if (strtab != NULL) in simple_object_xcoff_find_sections()
493 XDELETEVEC (strtab); in simple_object_xcoff_find_sections()