OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symstrents
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/tests/
elfstrmerge.c
52
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]);
/external/elfutils/src/
elfcompress.c
269
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]);
[
all
...]
Completed in 3102 milliseconds