Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
H A Dcheck.h120 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
/linux/tools/objtool/arch/powerpc/
H A Ddecode.c75 typ = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c92 insn->type = INSN_JUMP_UNCONDITIONAL; in decode_insn_reg0i26_fomat()
273 insn->type = INSN_JUMP_UNCONDITIONAL; in decode_insn_reg2i16_fomat()
/linux/tools/objtool/
H A Dcheck.c1492 case INSN_JUMP_UNCONDITIONAL: in add_retpoline_call()
1915 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL && in handle_jump_alt()
2149 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
2437 insn->type = INSN_JUMP_UNCONDITIONAL; in __annotate_ifc()
3888 case INSN_JUMP_UNCONDITIONAL: in validate_insn()
3896 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_insn()
3908 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_insn()
4168 case INSN_JUMP_UNCONDITIONAL: in validate_unret()
4182 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_unret()
4372 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/linux/tools/objtool/arch/x86/
H A Ddecode.c678 insn->type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()