Lines Matching refs:strtab
1155 struct Ebl_Strtab *strtab) in new_shstrtab() argument
1157 if (strtab == NULL) in new_shstrtab()
1169 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in new_shstrtab()
1184 unstripped_strent[i] = ebl_strtabadd (strtab, name, 0); in new_shstrtab()
1196 ebl_strtabfinalize (strtab, strtab_data); in new_shstrtab()
1396 struct Ebl_Strtab *strtab = NULL; in copy_elided_sections() local
1447 if (strtab == NULL) in copy_elided_sections()
1448 strtab = ebl_strtabinit (true); in copy_elided_sections()
1449 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in copy_elided_sections()
1462 strtab); in copy_elided_sections()
1501 if (strtab != NULL) in copy_elided_sections()
1834 if (strtab != NULL) in copy_elided_sections()
1836 ebl_strtabfree (strtab); in copy_elided_sections()