Lines Matching refs:alt_group
153 static unsigned long alt_group_len(struct alt_group *alt_group)
155 return alt_group->last_insn->offset +
156 alt_group->last_insn->len -
157 alt_group->first_insn->offset;
180 struct alt_group *alt_group = insn->alt_group;
183 if (!alt_group) {
201 * alt_group's flattened byte-offset-addressed CFI
204 for (i = 0; i < alt_group_len(alt_group); i++) {
205 struct cfi_state *cfi = alt_group->cfi[i];
221 /* Skip to the end of the alt_group */
222 insn = alt_group->last_insn;