Searched defs:argp_children (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/tests/
H A Ddwflmodtest.c252 const struct argp_child argp_children[] = local
259 options, parse_opt, NULL, NULL, argp_children, NULL, NULL
H A Dbacktrace.c465 const struct argp_child argp_children[] = local
472 options, parse_opt, NULL, NULL, argp_children, NULL, NULL
/external/elfutils/src/
H A Daddr2line.c96 static struct argp_child argp_children[2]; /* [0] is set in main. */ variable in typeref:struct:argp_child
101 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
165 argp_children[0].argp = dwfl_standard_argp ();
166 argp_children[0].group = 1;
H A Dobjdump.c77 static struct argp_child argp_children[] = variable in typeref:struct:argp_child
86 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
H A Dnm.c114 static struct argp_child argp_children[] = variable in typeref:struct:argp_child
123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
H A Dunstrip.c2379 const struct argp_child argp_children[] =
2392 .children = argp_children,
2376 const struct argp_child argp_children[] = local

Completed in 947 milliseconds