Searched refs:argp_children (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/tests/ |
H A 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()
|
H A 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()
|
/third_party/elfutils/src/ |
H A 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()
|
H A D | objdump.c | 76 static struct argp_child argp_children[] = variable 85 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
H A D | nm.c | 113 static struct argp_child argp_children[] = variable 122 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
|
H A D | unstrip.c | 2546 const struct argp_child argp_children[] = in main() 2559 .children = argp_children, in main() 2543 const struct argp_child argp_children[] = main() local
|
Completed in 9 milliseconds