Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
H A Dcheck.h76 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
H A Dcheck.c1104 case INSN_JUMP_UNCONDITIONAL: in add_retpoline_call()
1513 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) { in handle_jump_alt()
1683 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1721 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
2007 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
3043 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
3059 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
3234 case INSN_JUMP_UNCONDITIONAL: in validate_entry()
3251 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_entry()
3414 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c471 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()