Lines Matching refs:alt_group
133 static unsigned long alt_group_len(struct alt_group *alt_group)
135 return alt_group->last_insn->offset +
136 alt_group->last_insn->len -
137 alt_group->first_insn->offset;
164 struct alt_group *alt_group = insn->alt_group;
167 if (!alt_group) {
185 * alt_group's flattened byte-offset-addressed CFI
188 for (i = 0; i < alt_group_len(alt_group); i++) {
189 struct cfi_state *cfi = alt_group->cfi[i];
205 /* Skip to the end of the alt_group */
206 insn = alt_group->last_insn;