Home
last modified time | relevance | path

Searched refs:no_unreachable (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/objtool/
Dbuiltin-check.c20 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess; variable
29 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"),
Dbuiltin.h11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
Dcheck.c2438 file.ignore_unreachables = no_unreachable; in check()