Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h24 INSN_CALL_DYNAMIC, enumerator
Dcheck.c1474 insn->type != INSN_CALL_DYNAMIC) { in read_retpoline_hints()
2499 case INSN_CALL_DYNAMIC: in validate_branch()
2661 insn->type != INSN_CALL_DYNAMIC) in validate_retpoline()
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c521 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()