Searched refs:check_options (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/objtool/ |
D | builtin-orc.c | 31 usage_with_options(orc_usage, check_options); in cmd_orc() 37 argc = parse_options(argc, argv, check_options, orc_usage, 0); in cmd_orc() 39 usage_with_options(orc_usage, check_options); in cmd_orc() 70 usage_with_options(orc_usage, check_options); in cmd_orc() 77 usage_with_options(orc_usage, check_options); in cmd_orc()
|
D | builtin-check.c | 28 const struct option check_options[] = { variable 47 argc = parse_options(argc, argv, check_options, check_usage, 0); in cmd_check() 50 usage_with_options(check_usage, check_options); in cmd_check()
|
D | builtin.h | 10 extern const struct option check_options[];
|