Lines Matching refs:fake_jump
988 struct instruction *last_orig_insn, *last_new_insn, *insn, *fake_jump = NULL; in handle_group_alt() local
1003 fake_jump = malloc(sizeof(*fake_jump)); in handle_group_alt()
1004 if (!fake_jump) { in handle_group_alt()
1008 memset(fake_jump, 0, sizeof(*fake_jump)); in handle_group_alt()
1009 INIT_LIST_HEAD(&fake_jump->alts); in handle_group_alt()
1010 INIT_LIST_HEAD(&fake_jump->stack_ops); in handle_group_alt()
1011 init_cfi_state(&fake_jump->cfi); in handle_group_alt()
1013 fake_jump->sec = special_alt->new_sec; in handle_group_alt()
1014 fake_jump->offset = FAKE_JUMP_OFFSET; in handle_group_alt()
1015 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
1016 fake_jump->jump_dest = list_next_entry(last_orig_insn, list); in handle_group_alt()
1017 fake_jump->func = orig_insn->func; in handle_group_alt()
1021 if (!fake_jump) { in handle_group_alt()
1027 *new_insn = fake_jump; in handle_group_alt()
1072 if (!fake_jump) { in handle_group_alt()
1077 insn->jump_dest = fake_jump; in handle_group_alt()
1093 if (fake_jump) in handle_group_alt()
1094 list_add(&fake_jump->list, &last_new_insn->list); in handle_group_alt()