Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Darch.h27 #define INSN_JUMP_UNCONDITIONAL 2 macro
Dcheck.c201 if (insn->type == INSN_JUMP_UNCONDITIONAL) { in __dead_end_function()
500 insn->type != INSN_JUMP_UNCONDITIONAL) in add_jump_destinations()
673 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
700 insn->type != INSN_JUMP_UNCONDITIONAL) in handle_group_alt()
748 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) { in handle_jump_alt()
947 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_switch_table()
1004 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in add_func_switch_tables()
1912 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
1927 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
2074 if (insn->type == INSN_JUMP_UNCONDITIONAL) { in ignore_unreachable_insn()
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c429 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()