Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h16 INSN_JUMP_UNCONDITIONAL, enumerator
Dcheck.c107 insn->type != INSN_JUMP_UNCONDITIONAL) in is_sibling_call()
555 insn->type != INSN_JUMP_UNCONDITIONAL) in add_jump_destinations()
577 if (insn->type == INSN_JUMP_UNCONDITIONAL) in add_jump_destinations()
738 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
766 insn->type != INSN_JUMP_UNCONDITIONAL) in handle_group_alt()
814 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) { in handle_jump_alt()
1022 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1092 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
2099 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
2115 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
[all …]
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c424 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()