Searched refs:no_unreachable (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/objtool/ |
| D | builtin-check.c | 20 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess; variable 29 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"),
|
| D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
|
| D | check.c | 2438 file.ignore_unreachables = no_unreachable; in check()
|