Searched refs:check_options (Results 1 – 3 of 3) sorted by relevance
/tools/objtool/ |
D | builtin-orc.c | 32 usage_with_options(orc_usage, check_options); in cmd_orc() 35 argc = parse_options(argc, argv, check_options, orc_usage, 0); in cmd_orc() 37 usage_with_options(orc_usage, check_options); in cmd_orc() 46 usage_with_options(orc_usage, check_options); in cmd_orc() 53 usage_with_options(orc_usage, check_options); in cmd_orc()
|
D | builtin-check.c | 27 const struct option check_options[] = { variable 41 argc = parse_options(argc, argv, check_options, check_usage, 0); in cmd_check() 44 usage_with_options(check_usage, check_options); in cmd_check()
|
D | builtin.h | 10 extern const struct option check_options[];
|