Searched refs:argp_children (Results 1 - 6 of 6) sorted by relevance
/external/elfutils/src/tests/ |
H A D | dwflmodtest.c | 252 const struct argp_child argp_children[] = local 259 options, parse_opt, NULL, NULL, argp_children, NULL, NULL
|
H A D | backtrace.c | 459 const struct argp_child argp_children[] = local 466 options, parse_opt, NULL, NULL, argp_children, NULL, NULL
|
/external/elfutils/src/src/ |
H A D | addr2line.c | 90 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable in typeref:struct:argp_child 95 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 150 argp_children[0].argp = dwfl_standard_argp (); 151 argp_children[0].group = 1;
|
H A D | objdump.c | 78 static struct argp_child argp_children[] = variable in typeref:struct:argp_child 87 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
H A D | nm.c | 114 static struct argp_child argp_children[] = variable in typeref:struct:argp_child 123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
H A D | unstrip.c | 2276 const struct argp_child argp_children[] = 2289 .children = argp_children, 2273 const struct argp_child argp_children[] = local
|
Completed in 1375 milliseconds