Home
last modified time | relevance | path

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

/tools/objtool/include/objtool/
Darch.h20 INSN_CALL_DYNAMIC, enumerator
/tools/objtool/
Dcheck.c1155 insn->type = INSN_CALL_DYNAMIC; in add_retpoline_call()
1954 insn->type != INSN_CALL_DYNAMIC && in read_retpoline_hints()
3148 case INSN_CALL_DYNAMIC: in validate_branch()
3351 case INSN_CALL_DYNAMIC: in validate_entry()
3456 insn->type != INSN_CALL_DYNAMIC && in validate_retpoline()
/tools/objtool/arch/x86/
Ddecode.c600 *type = INSN_CALL_DYNAMIC; in arch_decode_instruction()