Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h20 INSN_JUMP_UNCONDITIONAL, enumerator
Dcheck.h54 insn->type == INSN_JUMP_UNCONDITIONAL; in is_static_jump()
Dcheck.c790 if (insn->type == INSN_JUMP_UNCONDITIONAL) in add_jump_destinations()
1015 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
1112 if (orig_insn->type != INSN_JUMP_UNCONDITIONAL) { in handle_jump_alt()
1282 if (insn->type == INSN_JUMP_UNCONDITIONAL && in find_jump_table()
1320 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->jump_dest && in mark_func_jump_tables()
1569 insn->type = INSN_JUMP_UNCONDITIONAL; in read_intra_function_calls()
2522 case INSN_JUMP_UNCONDITIONAL: in validate_branch()
2538 if (insn->type == INSN_JUMP_UNCONDITIONAL) in validate_branch()
2719 if (insn->type == INSN_JUMP_UNCONDITIONAL && insn->offset == FAKE_JUMP_OFFSET) in ignore_unreachable_insn()
2736 (insn->type == INSN_JUMP_UNCONDITIONAL && in ignore_unreachable_insn()
[all …]
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c465 *type = INSN_JUMP_UNCONDITIONAL; in arch_decode_instruction()