Lines Matching refs:orig_alt_group
1732 struct alt_group *orig_alt_group, *new_alt_group; in handle_group_alt() local
1735 orig_alt_group = orig_insn->alt_group; in handle_group_alt()
1736 if (!orig_alt_group) { in handle_group_alt()
1739 orig_alt_group = malloc(sizeof(*orig_alt_group)); in handle_group_alt()
1740 if (!orig_alt_group) { in handle_group_alt()
1744 orig_alt_group->cfi = calloc(special_alt->orig_len, in handle_group_alt()
1746 if (!orig_alt_group->cfi) { in handle_group_alt()
1756 insn->alt_group = orig_alt_group; in handle_group_alt()
1759 orig_alt_group->orig_group = NULL; in handle_group_alt()
1760 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1761 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt()
1762 orig_alt_group->nop = NULL; in handle_group_alt()
1764 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()
1765 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1767 orig_alt_group->last_insn->offset + in handle_group_alt()
1768 orig_alt_group->last_insn->len - in handle_group_alt()
1769 orig_alt_group->first_insn->offset, in handle_group_alt()
1847 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt()
1862 new_alt_group->orig_group = orig_alt_group; in handle_group_alt()
1866 new_alt_group->cfi = orig_alt_group->cfi; in handle_group_alt()