Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Darch.h19 INSN_CALL, enumerator
Dcheck.c655 if (insn->type != INSN_CALL) in add_call_destinations()
1364 if (insn->type == INSN_CALL && in is_fentry_call()
2080 case INSN_CALL: in validate_branch()
2281 return (insn->type == INSN_CALL && in is_kasan_insn()
2287 return (insn->type == INSN_CALL && in is_ubsan_insn()
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c439 *type = INSN_CALL; in arch_decode_instruction()