Lines Matching refs:orig_alt_group
1764 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1767 orig_alt_group = orig_insn->alt_group; in handle_group_alt()
1768 if (!orig_alt_group) { in handle_group_alt()
1771 orig_alt_group = calloc(1, sizeof(*orig_alt_group)); in handle_group_alt()
1772 if (!orig_alt_group) { in handle_group_alt()
1776 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt()
1778 if (!orig_alt_group->cfi) { in handle_group_alt()
1788 insn->alt_group = orig_alt_group; in handle_group_alt()
1791 orig_alt_group->orig_group = NULL; in handle_group_alt()
1792 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1793 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt()
1794 orig_alt_group->nop = NULL; in handle_group_alt()
1795 orig_alt_group->ignore = orig_insn->ignore_alts; in handle_group_alt()
1796 orig_alt_group->feature = 0; in handle_group_alt()
1798 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()
1799 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1801 orig_alt_group->last_insn->offset + in handle_group_alt()
1802 orig_alt_group->last_insn->len - in handle_group_alt()
1803 orig_alt_group->first_insn->offset, in handle_group_alt()
1880 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt()
1895 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1900 new_alt_group->cfi = orig_alt_group->cfi; in handle_group_alt()