Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/
Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
Dcheck.h75 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
Dcheck.c1060 case INSN_JUMP_UNCONDITIONAL: in add_retpoline_call()
1428 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) { in handle_jump_alt()
1598 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1636 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
1922 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
2957 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
2973 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
3148 case INSN_JUMP_UNCONDITIONAL: in validate_entry()
3165 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_entry()
3328 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
Ddecode.c471 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()