Searched refs:symstrents (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 136 milliseconds