OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scnstrents
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/tests/
elfstrmerge.c
49
static struct Ebl_Strent **
scnstrents
= NULL;
variable in typeref:struct:Ebl_Strent
67
free (
scnstrents
);
252
scnstrents
= malloc (shdrnum * sizeof (struct Ebl_Strent *));
253
if (
scnstrents
== NULL)
278
if ((
scnstrents
[scnnum] = ebl_strtabadd (strings, sname, 0)) == NULL)
456
? ebl_strtaboffset (
scnstrents
[ndx]) : 0);
/external/elfutils/src/
elfcompress.c
268
struct Ebl_Strent **
scnstrents
= NULL;
local
311
free (
scnstrents
);
532
scnstrents
= xmalloc (shnum
872
if ((
scnstrents
[ndx] = ebl_strtabadd (names, name, 0)) == NULL)
986
shdr->sh_name = ebl_strtaboffset (
scnstrents
[shdrstrndx]);
1101
shdr->sh_name = ebl_strtaboffset (
scnstrents
[ndx]);
[
all
...]
Completed in 60 milliseconds