Searched defs:section_list (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/libasm/
H A DlibasmP.h154 AsmScn_t *section_list; member in struct:AsmCtx
/external/elfutils/src/
H A Dobjdump.c110 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 61 milliseconds