Lines Matching refs:orig_alt_group
1713 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1716 orig_alt_group = orig_insn->alt_group; in handle_group_alt()
1717 if (!orig_alt_group) { in handle_group_alt()
1720 orig_alt_group = calloc(1, sizeof(*orig_alt_group)); in handle_group_alt()
1721 if (!orig_alt_group) { in handle_group_alt()
1725 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt()
1727 if (!orig_alt_group->cfi) { in handle_group_alt()
1737 insn->alt_group = orig_alt_group; in handle_group_alt()
1740 orig_alt_group->orig_group = NULL; in handle_group_alt()
1741 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1742 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt()
1743 orig_alt_group->nop = NULL; in handle_group_alt()
1744 orig_alt_group->ignore = orig_insn->ignore_alts; in handle_group_alt()
1746 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()
1747 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1749 orig_alt_group->last_insn->offset + in handle_group_alt()
1750 orig_alt_group->last_insn->len - in handle_group_alt()
1751 orig_alt_group->first_insn->offset, in handle_group_alt()
1827 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt()
1842 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1847 new_alt_group->cfi = orig_alt_group->cfi; in handle_group_alt()