Home
last modified time | relevance | path

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

/external/elfutils/src/
Daddr2line.c96 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()
Dobjdump.c77 static struct argp_child argp_children[] = variable
86 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
Dnm.c114 static struct argp_child argp_children[] = variable
123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
Dunstrip.c2376 const struct argp_child argp_children[] = in main() local
2389 .children = argp_children, in main()
DChangeLog1388 * 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/
Ddwflmodtest.c252 const struct argp_child argp_children[] = in main() local
259 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()
Dbacktrace.c465 const struct argp_child argp_children[] = in main() local
472 options, parse_opt, NULL, NULL, argp_children, NULL, NULL in main()