Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dbuiltin-check.c32 bool no_fp, no_unreachable, retpoline, module; variable
40 OPT_BOOLEAN('f', "no-fp", &no_fp, "Skip frame pointer validation"),
Dbuiltin.h23 extern bool no_fp, no_unreachable, retpoline, module;
Dcheck.c1655 if (!no_fp && insn->func && op->src.reg == CFI_BP && in update_insn_state()
1904 if (!no_fp && func && !has_valid_stack_frame(&state)) { in validate_branch()