Home
last modified time | relevance | path

Searched refs:INSN_JUMP_DYNAMIC (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/objtool/include/objtool/
H A Darch.h17 INSN_JUMP_DYNAMIC, enumerator
H A Dcheck.h109 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
/linux-6.15/tools/objtool/
H A Dcheck.c136 if (insn->type == INSN_JUMP_DYNAMIC || in insn_call_dest()
145 if (insn->type == INSN_JUMP_DYNAMIC || in insn_jump_table()
154 if (insn->type == INSN_JUMP_DYNAMIC || in insn_jump_table_size()
180 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1396 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
2131 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
3704 case INSN_JUMP_DYNAMIC: in validate_branch()
3712 if (insn->type == INSN_JUMP_DYNAMIC) in validate_branch()
3875 case INSN_JUMP_DYNAMIC: in validate_unret()
4368 case INSN_JUMP_DYNAMIC: in validate_ibt_insn()
[all …]
/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c250 insn->type = INSN_JUMP_DYNAMIC; in decode_insn_reg2i16_fomat()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c730 insn->type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()