OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:section_list
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libasm/
libasmP.h
154
AsmScn_t *
section_list
;
member in struct:AsmCtx
/external/elfutils/src/
objdump.c
110
static struct
section_list
struct
118
struct
section_list
*next;
119
} *
section_list
;
variable in typeref:struct:section_list
202
struct
section_list
*newp = xmalloc (sizeof (*newp));
212
newp->next =
section_list
;
213
section_list
= newp;
513
if (
section_list
== NULL)
516
struct
section_list
*runp =
section_list
;
Completed in 48 milliseconds