Searched refs:orig_alt_group (Results 1 – 1 of 1) sorted by relevance
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()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()1743 orig_alt_group->nop = NULL; in handle_group_alt()1746 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()[all …]