Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h17 INSN_JUMP_DYNAMIC, enumerator
Dcheck.c103 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
578 insn->type = INSN_JUMP_DYNAMIC; in add_jump_destinations()
1018 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
1101 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
1275 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
2120 case INSN_JUMP_DYNAMIC: in validate_branch()
2128 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
2253 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()
2271 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c457 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()