Home
last modified time | relevance | path

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

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