Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dobjdump.c107 static struct section_list struct
115 struct section_list *next; argument
116 } *section_list; variable
183 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()
/third_party/musl/porting/linux/user/ldso/
Dns_config.c166 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()
Dns_config.h47 } section_list; typedef
54 section_list *sections;
/third_party/elfutils/libasm/
Dasm_newscn.c201 result->allnext = ctx->section_list; in asm_newscn()
202 ctx->section_list = result; in asm_newscn()
Dasm_end.c83 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()
DlibasmP.h160 AsmScn_t *section_list; member
Dasm_begin.c110 result->section_list = NULL; in prepare_binary_output()
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_ns_config.c441 void sections_realloc(section_list *sections);
493 section_list sections; in ns_config_test_0320()
/third_party/json/third_party/cpplint/
Dcpplint.py878 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: