Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfstrmerge.c53 static Dwelf_Strent **symstrents = NULL; variable
69 free (symstrents); in release()
299 symstrents = malloc (symsnum * sizeof (Dwelf_Strent *)); in main()
300 if (symstrents == NULL) in main()
313 if ((symstrents[i] = dwelf_strtab_add (strings, sname)) == NULL) in main()
532 sym.st_name = dwelf_strent_off (symstrents[i]); in main()
/external/elfutils/src/
Delfcompress.c266 Dwelf_Strent **symstrents = NULL; in process_file() local
318 free (symstrents); in process_file()
954 symstrents = xmalloc (syms * sizeof (Dwelf_Strent *)); in process_file()
976 symstrents[i] = dwelf_strtab_add (names, symname); in process_file()
977 if (symstrents[i] == NULL) in process_file()
1175 sym->st_name = dwelf_strent_off (symstrents[i]); in process_file()