Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h17 INSN_JUMP_DYNAMIC, enumerator
H A Dcheck.h105 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
/openbmc/linux/tools/objtool/
H A Dcheck.c136 if (insn->type == INSN_JUMP_DYNAMIC || in insn_call_dest()
145 if (insn->type == INSN_JUMP_DYNAMIC || in insn_jump_table()
171 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1461 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
2079 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
2130 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
2341 if (insn->type != INSN_JUMP_DYNAMIC && in read_retpoline_hints()
3708 case INSN_JUMP_DYNAMIC: in validate_branch()
3716 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
3870 case INSN_JUMP_DYNAMIC: in validate_unret()
[all …]
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c701 insn->type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()