Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dbuiltin.h36 bool no_unreachable; member
/linux-6.15/tools/objtool/
H A Dobjtool.c41 file.ignore_unreachables = opts.no_unreachable; in objtool_open_read()
H A Dbuiltin-check.c98 …OPT_BOOLEAN(0, "no-unreachable", &opts.no_unreachable, "skip 'unreachable instruction' warnings"…