Lines Matching refs:strtab
1323 Dwelf_Strtab *strtab)
1325 if (strtab == NULL)
1337 sec->strent = dwelf_strtab_add (strtab, sec->name);
1353 unstripped_strent[i] = dwelf_strtab_add (strtab, name);
1365 if (dwelf_strtab_finalize (strtab, strtab_data) == NULL)
1582 Dwelf_Strtab *strtab = NULL;
1631 if (strtab == NULL)
1632 strtab = dwelf_strtab_init (true);
1633 sec->strent = dwelf_strtab_add (strtab, sec->name);
1646 strtab);
1705 if (strtab != NULL)
1913 add the section names to the strtab and then (after finalizing)
1929 if (strtab != NULL)
1931 dwelf_strtab_free (strtab);
1933 strtab = NULL;
2126 if (strtab != NULL)
2128 dwelf_strtab_free (strtab);