Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dcheck.h125 return insn->type == INSN_JUMP_DYNAMIC || in is_dynamic_jump()
136 if (insn->type == INSN_JUMP_DYNAMIC || in insn_call_dest()
H A Darch.h17 INSN_JUMP_DYNAMIC, enumerator
/linux/tools/objtool/
H A Dcheck.c140 if (insn->type == INSN_JUMP_DYNAMIC || in insn_jump_table()
149 if (insn->type == INSN_JUMP_DYNAMIC || in insn_jump_table_size()
175 if (insn->type == INSN_JUMP_DYNAMIC) in is_sibling_call()
1493 insn->type = INSN_JUMP_DYNAMIC; in add_retpoline_call()
2145 if (insn != orig_insn && insn->type == INSN_JUMP_DYNAMIC) in find_jump_table()
2199 if (insn->type != INSN_JUMP_DYNAMIC) in mark_func_jump_tables()
2460 if (insn->type != INSN_JUMP_DYNAMIC && in __annotate_late()
3914 case INSN_JUMP_DYNAMIC: in validate_insn()
3923 if (insn->type == INSN_JUMP_DYNAMIC) in validate_insn()
4163 case INSN_JUMP_DYNAMIC: in validate_unret()
[all …]
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c262 insn->type = INSN_JUMP_DYNAMIC; in decode_insn_reg2i16_fomat()
/linux/tools/objtool/arch/x86/
H A Ddecode.c784 insn->type = INSN_JUMP_DYNAMIC; in arch_decode_instruction()