Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h17 INSN_JUMP_DYNAMIC, enumerator
Dcheck.h88 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
/Linux-v6.1/tools/objtool/
Dcheck.c140 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1307 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
1900 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
1951 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
2158 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
3482 case INSN_JUMP_DYNAMIC: in validate_branch()
3490 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
3640 case INSN_JUMP_DYNAMIC: in validate_entry()
3743 if (insn->type != INSN_JUMP_DYNAMIC && in validate_retpoline()
3769 insn->type == INSN_JUMP_DYNAMIC ? "jump" : "call"); in validate_retpoline()
[all …]
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c673 *type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()