Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h19 INSN_CALL, enumerator
H A Dcheck.c1101 case INSN_CALL: in add_retpoline_call()
1310 if (insn->type != INSN_CALL) in add_call_destinations()
1996 if (insn->type != INSN_CALL) { in read_intra_function_calls()
2153 if (insn->type == INSN_CALL && in is_fentry_call()
3024 case INSN_CALL: in validate_branch()
3258 case INSN_CALL: in validate_entry()
3369 return (insn->type == INSN_CALL && in is_kasan_insn()
3375 return (insn->type == INSN_CALL && in is_ubsan_insn()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c51 (insn->type == INSN_CALL || is_jump(insn)); in arch_support_alt_relocation()
H A Ddecode.c505 *type = INSN_CALL; in arch_decode_instruction()