Lines Matching refs:strtab
1217 struct Ebl_Strtab *strtab) in new_shstrtab() argument
1219 if (strtab == NULL) in new_shstrtab()
1231 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in new_shstrtab()
1246 unstripped_strent[i] = ebl_strtabadd (strtab, name, 0); in new_shstrtab()
1258 ebl_strtabfinalize (strtab, strtab_data); in new_shstrtab()
1459 struct Ebl_Strtab *strtab = NULL; in copy_elided_sections() local
1510 if (strtab == NULL) in copy_elided_sections()
1511 strtab = ebl_strtabinit (true); in copy_elided_sections()
1512 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in copy_elided_sections()
1525 strtab); in copy_elided_sections()
1572 if (strtab != NULL) in copy_elided_sections()
1769 if (strtab != NULL) in copy_elided_sections()
1771 ebl_strtabfree (strtab); in copy_elided_sections()
1773 strtab = NULL; in copy_elided_sections()
1960 if (strtab != NULL) in copy_elided_sections()
1962 ebl_strtabfree (strtab); in copy_elided_sections()