Searched refs:no_fp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/objtool/ |
| D | builtin-check.c | 20 bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess; variable 28 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"),
|
| D | builtin.h | 11 extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess;
|
| D | check.c | 1773 if (!no_fp && insn->func && op->src.reg == CFI_BP && in update_insn_state() 2086 if (!no_fp && func && !is_fentry_call(insn) && in validate_branch()
|