Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Darch.h20 INSN_CALL_DYNAMIC, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c241 insn->type = INSN_CALL_DYNAMIC; in decode_insn_reg2i16_fomat()
249 insn->type = INSN_CALL_DYNAMIC; in decode_insn_reg2i16_fomat()
/linux/tools/objtool/
H A Dcheck.c138 insn->type == INSN_CALL_DYNAMIC) in insn_call_dest()
147 insn->type == INSN_CALL_DYNAMIC) in insn_jump_table()
1513 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
2423 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3772 case INSN_CALL_DYNAMIC: in validate_branch()
3967 case INSN_CALL_DYNAMIC: in validate_unret()
4068 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4408 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/linux/tools/objtool/arch/x86/
H A Ddecode.c710 insn->type = INSN_CALL_DYNAMIC; in arch_decode_instruction()