Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h20 INSN_CALL_DYNAMIC, enumerator
/openbmc/linux/tools/objtool/
H A Dcheck.c137 insn->type == INSN_CALL_DYNAMIC) in insn_call_dest()
146 insn->type == INSN_CALL_DYNAMIC) in insn_jump_table()
1458 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
2351 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3680 case INSN_CALL_DYNAMIC: in validate_branch()
3878 case INSN_CALL_DYNAMIC: in validate_unret()
3979 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4319 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c695 insn->type = INSN_CALL_DYNAMIC; in arch_decode_instruction()