Home
last modified time | relevance | path

Searched refs:argp_children (Results 1 – 7 of 7) sorted by relevance

/third_party/elfutils/src/
Daddr2line.c98 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()
Dobjdump.c76 static struct argp_child argp_children[] = variable
85 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
Dnm.c113 static struct argp_child argp_children[] = variable
122 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
Dunstrip.c2543 const struct argp_child argp_children[] = in main() local
2556 .children = argp_children, in main()
DChangeLog3139 * 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/
Ddwflmodtest.c248 const struct argp_child argp_children[] = in main() local
255 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
Dbacktrace.c521 const struct argp_child argp_children[] = in main() local
528 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()