Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Darch.h17 INSN_JUMP_DYNAMIC, enumerator
Dcheck.h88 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
/linux-6.1.9/tools/objtool/
Dcheck.c140 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1317 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
1910 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
1961 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
2168 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
3492 case INSN_JUMP_DYNAMIC: in validate_branch()
3500 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
3650 case INSN_JUMP_DYNAMIC: in validate_entry()
3753 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()
3779 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()
[all …]
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c673 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()