Searched refs:check_options (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | builtin-orc.c | 44 usage_with_options(orc_usage, check_options); in cmd_orc() 47 argc = parse_options(argc, argv, check_options, orc_usage, 0); in cmd_orc() 49 usage_with_options(orc_usage, check_options); in cmd_orc() 58 usage_with_options(orc_usage, check_options); in cmd_orc() 65 usage_with_options(orc_usage, check_options); in cmd_orc()
|
D | builtin-check.c | 39 const struct option check_options[] = { variable 51 argc = parse_options(argc, argv, check_options, check_usage, 0); in cmd_check() 54 usage_with_options(check_usage, check_options); in cmd_check()
|
D | builtin.h | 22 extern const struct option check_options[];
|