Home
last modified time | relevance | path

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

/tools/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
Dcheck.c1277 insn->type != INSN_CALL_DYNAMIC) { in read_retpoline_hints()
2082 case INSN_CALL_DYNAMIC: in validate_branch()
2255 insn->type != INSN_CALL_DYNAMIC) in validate_retpoline()
/tools/objtool/arch/x86/
Ddecode.c453 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()