Searched refs:argp_children (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/tests/ |
D | dwflmodtest.c | 248 const struct argp_child argp_children[] = in main() local 255 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
|
D | backtrace.c | 474 const struct argp_child argp_children[] = in main() local 481 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
|
/external/elfutils/src/ |
D | addr2line.c | 95 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable 100 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 164 argp_children[0].argp = dwfl_standard_argp (); in main() 165 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 | 2540 const struct argp_child argp_children[] = in main() local 2553 .children = argp_children, in main()
|
D | ChangeLog | 2857 * nm.c (argp_children): Define. 2858 (argp): Hook up argp_children. 2863 (argp_children): Define. 2864 (argp): Hook up argp_children. 4661 (argp_children): New static variable. 4663 (main): Fill in argp_children from dwfl_standard_argp ().
|