Searched refs:argp_children (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/ |
D | addr2line.c | 96 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable 101 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 165 argp_children[0].argp = dwfl_standard_argp (); in main() 166 argp_children[0].group = 1; in main()
|
D | objdump.c | 77 static struct argp_child argp_children[] = variable 86 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
D | nm.c | 114 static struct argp_child argp_children[] = variable 123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
D | unstrip.c | 2376 const struct argp_child argp_children[] = in main() local 2389 .children = argp_children, in main()
|
D | ChangeLog | 1388 * nm.c (argp_children): Define. 1389 (argp): Hook up argp_children. 1394 (argp_children): Define. 1395 (argp): Hook up argp_children. 3192 (argp_children): New static variable. 3194 (main): Fill in argp_children from dwfl_standard_argp ().
|
/external/elfutils/tests/ |
D | dwflmodtest.c | 252 const struct argp_child argp_children[] = in main() local 259 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
|
D | backtrace.c | 465 const struct argp_child argp_children[] = in main() local 472 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
|