Searched refs:section_list (Results 1 – 9 of 9) sorted by relevance
107 static struct section_list struct115 struct section_list *next; argument116 } *section_list; variable183 struct section_list *newp = xmalloc (sizeof (*newp)); in parse_opt()193 newp->next = section_list; in parse_opt()194 section_list = newp; in parse_opt()444 if (section_list == NULL) in section_match()447 struct section_list *runp = section_list; in section_match()
166 static section_list *sections_alloc(size_t size) in sections_alloc()168 section_list *sections; in sections_alloc()171 sections = (section_list *)__libc_calloc(1, sizeof *sections); in sections_alloc()188 UT_STATIC void sections_realloc(section_list *sections) in sections_realloc()206 static void sections_free(section_list *sections) in sections_free()253 static void sections_set(section_list *sections, const char *name, const char *key, const char *val) in sections_set()287 static section_list *config_load(const char *filepath) in config_load()298 section_list *sections; in config_load()
47 } section_list; typedef54 section_list *sections;
201 result->allnext = ctx->section_list; in asm_newscn()202 ctx->section_list = result; in asm_newscn()
83 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()418 for (asmscn = ctx->section_list; asmscn != NULL; asmscn = asmscn->allnext) in binary_end()563 AsmScn_t *scn = ctx->section_list; in __libasm_finictx()
160 AsmScn_t *section_list; member
110 result->section_list = NULL; in prepare_binary_output()
441 void sections_realloc(section_list *sections);493 section_list sections; in ns_config_test_0320()
878 for section_list in self.include_list:879 for f in section_list:2219 for section_list in include_state.include_list:2220 for f in section_list: