Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Darch.h28 #define INSN_JUMP_DYNAMIC 3 macro
Dcheck.c226 if (insn->type == INSN_JUMP_DYNAMIC && list_empty(&insn->alts)) in __dead_end_function()
522 insn->type = INSN_JUMP_DYNAMIC; in add_jump_destinations()
943 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_switch_table()
1013 if (insn->type != INSN_JUMP_DYNAMIC) in add_func_switch_tables()
1188 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
1932 case INSN_JUMP_DYNAMIC: in validate_branch()
2003 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()
2021 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c454 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()