Home
last modified time | relevance | path

Searched refs:section_list (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/src/
Dobjdump.c110 static struct section_list struct
118 struct section_list *next; argument
119 } *section_list; variable
202 struct section_list *newp = xmalloc (sizeof (*newp)); in parse_opt()
212 newp->next = section_list; in parse_opt()
213 section_list = newp; in parse_opt()
513 if (section_list == NULL) in section_match()
516 struct section_list *runp = section_list; in section_match()
/external/elfutils/libasm/
Dasm_newscn.c206 result->allnext = ctx->section_list;
207 ctx->section_list = result;
Dasm_end.c84 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
417 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()
559 AsmScn_t *scn = ctx->section_list;
DlibasmP.h154 AsmScn_t *section_list; member
Dasm_begin.c109 result->section_list = NULL; in prepare_binary_output()