Home
last modified time | relevance | path

Searched refs:symstrtab (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dunstrip.c1750 Dwelf_Strtab *symstrtab = NULL; in copy_elided_sections() local
1835 symstrtab = dwelf_strtab_init (true); in copy_elided_sections()
1841 symbols[i].strent = dwelf_strtab_add (symstrtab, symbols[i].name); in copy_elided_sections()
1875 unstripped_strent[i] = dwelf_strtab_add (symstrtab, name); in copy_elided_sections()
1888 if (dwelf_strtab_finalize (symstrtab, symstrdata) == NULL) in copy_elided_sections()
2079 if (symstrtab != NULL) in copy_elided_sections()
2081 dwelf_strtab_free (symstrtab); in copy_elided_sections()