Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Darch.h29 #define INSN_CALL 4 macro
Dcheck.c584 if (insn->type != INSN_CALL) in add_call_destinations()
1248 if (insn->type == INSN_CALL && in is_fentry_call()
1892 case INSN_CALL: in validate_branch()
2031 return (insn->type == INSN_CALL && in is_kasan_insn()
2037 return (insn->type == INSN_CALL && in is_ubsan_insn()
/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c444 *type = INSN_CALL; in arch_decode_instruction()