Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfstrmerge.c52 static struct Ebl_Strent **symstrents = NULL; variable
68 free (symstrents); in release()
298 symstrents = malloc (symsnum * sizeof (struct Ebl_Strent *)); in main()
299 if (symstrents == NULL) in main()
312 if ((symstrents[i] = ebl_strtabadd (strings, sname, 0)) == NULL) in main()
531 sym.st_name = ebl_strtaboffset (symstrents[i]); in main()
/external/elfutils/src/
Delfcompress.c269 struct Ebl_Strent **symstrents = NULL; in process_file() local
312 free (symstrents); in process_file()
918 symstrents = xmalloc (syms * sizeof (struct Ebl_Strent *)); in process_file()
940 symstrents[i] = ebl_strtabadd (names, symname, 0); in process_file()
941 if (symstrents[i] == NULL) in process_file()
1135 sym->st_name = ebl_strtaboffset (symstrents[i]); in process_file()