Searched refs:INSN_CALL (Results 1 – 4 of 4) sorted by relevance
19 INSN_CALL, enumerator
59 typ = INSN_CALL; in arch_decode_instruction()
1424 if (insn->type == INSN_CALL && !insn->sec->init) in annotate_call_site() 1457 case INSN_CALL: in add_retpoline_call() 1678 if (insn->type != INSN_CALL) in add_call_destinations() 2464 if (insn->type != INSN_CALL) { in read_intra_function_calls() 2620 * Must be before add_call_destination(); it changes INSN_CALL to in decode_sections() 2664 if (insn->type == INSN_CALL) { in is_special_call() 3679 case INSN_CALL: in validate_branch() 3905 case INSN_CALL: in validate_unret() 4007 return (insn->type == INSN_CALL && in is_ubsan_insn() 4013 return (insn->type == INSN_CALL in ignore_unreachable_insn() [all...]
673 insn->type = INSN_CALL; in arch_decode_instruction()