Home
last modified time | relevance | path

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

/Linux-v6.1/tools/objtool/include/objtool/
Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
Dcheck.h83 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
/Linux-v6.1/tools/objtool/
Dcheck.c1306 case INSN_JUMP_UNCONDITIONAL: in add_retpoline_call()
1699 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL && in handle_jump_alt()
1904 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1942 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
2256 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
3461 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
3477 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
3645 case INSN_JUMP_UNCONDITIONAL: in validate_entry()
3662 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_entry()
3867 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/Linux-v6.1/tools/objtool/arch/x86/
Ddecode.c575 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()