Searched refs:argp_children (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/src/ |
D | addr2line.c | 98 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable 103 options, parse_opt, args_doc, doc, argp_children, NULL, NULL 167 argp_children[0].argp = dwfl_standard_argp (); in main() 168 argp_children[0].group = 1; in main()
|
D | objdump.c | 76 static struct argp_child argp_children[] = variable 85 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
D | nm.c | 113 static struct argp_child argp_children[] = variable 122 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
D | unstrip.c | 2543 const struct argp_child argp_children[] = in main() local 2556 .children = argp_children, in main()
|
D | ChangeLog | 3139 * nm.c (argp_children): Define. 3140 (argp): Hook up argp_children. 3145 (argp_children): Define. 3146 (argp): Hook up argp_children. 4943 (argp_children): New static variable. 4945 (main): Fill in argp_children from dwfl_standard_argp ().
|
/third_party/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 | 521 const struct argp_child argp_children[] = in main() local 528 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
|