Home
last modified time | relevance | path

Searched refs:rethunk (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/objtool/
H A Dbuiltin-check.c76 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
141 opts.rethunk || in opts_valid()
154 if (opts.unret && !opts.rethunk) { in opts_valid()
H A Dcheck.c3978 if (opts.rethunk) { in validate_retpoline()
4769 if (opts.rethunk) { in check()
/openbmc/linux/tools/objtool/include/objtool/
H A Dbuiltin.h21 bool rethunk; member
/openbmc/linux/scripts/
H A DMakefile.lib266 objtool-args-$(CONFIG_RETHUNK) += --rethunk