Searched refs:section_list (Results 1 – 5 of 5) sorted by relevance
110 static struct section_list struct118 struct section_list *next; argument119 } *section_list; variable202 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()
206 result->allnext = ctx->section_list;207 ctx->section_list = result;
84 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;
154 AsmScn_t *section_list; member
109 result->section_list = NULL; in prepare_binary_output()