Searched refs:no_unreachable (Results 1 – 3 of 3) sorted by relevance
/linux/tools/objtool/ |
A D | builtin-check.c | 22 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats, variable 37 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"),
|
A D | objtool.c | 132 file.ignore_unreachables = no_unreachable; in objtool_open_read()
|
/linux/tools/objtool/include/objtool/ |
A D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess, stats,
|
Completed in 5 milliseconds