Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
Dcheck.c1276 insn->type != INSN_CALL_DYNAMIC) { in read_retpoline_hints()
2081 case INSN_CALL_DYNAMIC: in validate_branch()
2254 insn->type != INSN_CALL_DYNAMIC) in validate_retpoline()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c453 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()