Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dbuiltin-check.c32 bool no_fp, no_unreachable, retpoline, module; variable
41 OPT_BOOLEAN('u', "no-unreachable", &no_unreachable, "Skip 'unreachable instruction' warnings"),
Dbuiltin.h23 extern bool no_fp, no_unreachable, retpoline, module;
Dcheck.c2176 file.ignore_unreachables = no_unreachable; in check()