Searched refs:argp_children (Results 1 - 6 of 6) sorted by relevance
/external/elfutils/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 | 465 const struct argp_child argp_children[] = local 472 options, parse_opt, NULL, NULL, argp_children, NULL, NULL
|
/external/elfutils/src/ |
H A D | addr2line.c | 96 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable in typeref:struct:argp_child 101 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 165 argp_children[0].argp = dwfl_standard_argp (); 166 argp_children[0].group = 1;
|
H A D | objdump.c | 77 static struct argp_child argp_children[] = variable in typeref:struct:argp_child 86 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 | 2379 const struct argp_child argp_children[] = 2392 .children = argp_children, 2376 const struct argp_child argp_children[] = local
|
Completed in 293 milliseconds