Lines Matching refs:alt_group
118 struct alt_group *alt_group = insn->alt_group;
124 return alt_group && alt_group->orig_group &&
125 alt_group->orig_group->first_insn->jump_table;
1319 struct alt_group *orig_alt_group, *new_alt_group;
1341 insn->alt_group = orig_alt_group;
1358 * alt_group the same size as the original. This is needed to
1377 nop->alt_group = new_alt_group;
1397 insn->alt_group = new_alt_group;
2613 if (!insn->alt_group)
2621 alt_cfi = insn->alt_group->cfi;
2622 group_off = insn->offset - insn->alt_group->first_insn->offset;
2842 struct alt_group *alt_group = insn->alt_group;
2846 * end of a replacement alt_group is reached, redirect objtool flow to
2847 * the end of the original alt_group.
2849 if (alt_group && insn == alt_group->last_insn && alt_group->orig_group)
2850 return next_insn_same_sec(file, alt_group->orig_group->last_insn);