Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/include/objtool/
Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
Dcheck.h69 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
/Linux-v5.15/tools/objtool/
Dcheck.c857 if (insn->type == INSN_JUMP_UNCONDITIONAL) in add_jump_destinations()
1228 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL && in handle_jump_alt()
1433 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1471 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
1725 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
2789 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
2805 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
3004 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
3019 if (insn->type == INSN_JUMP_UNCONDITIONAL) { in ignore_unreachable_insn()
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c539 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()