Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/include/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
/Linux-v6.6/tools/objtool/
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()
2342 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3659 case INSN_CALL_DYNAMIC: in validate_branch()
3854 case INSN_CALL_DYNAMIC: in validate_unret()
3955 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
4295 case INSN_CALL_DYNAMIC: in validate_ibt_insn()
/Linux-v6.6/tools/objtool/arch/x86/
Ddecode.c695 insn->type = INSN_CALL_DYNAMIC; in arch_decode_instruction()