Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
H A Dcheck.h100 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
/openbmc/linux/tools/objtool/
H A Dcheck.c1460 case INSN_JUMP_UNCONDITIONAL: in add_retpoline_call()
1880 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL && in handle_jump_alt()
2083 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
2121 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
2465 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
3688 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
3703 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
3875 case INSN_JUMP_UNCONDITIONAL: in validate_unret()
3889 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_unret()
4085 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c603 insn->type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()