Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Darch.h30 #define INSN_CALL_DYNAMIC 5 macro
Dcheck.c1189 insn->type != INSN_CALL_DYNAMIC) { in read_retpoline_hints()
1903 case INSN_CALL_DYNAMIC: in validate_branch()
2004 insn->type != INSN_CALL_DYNAMIC) in validate_retpoline()
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c450 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()