Lines Matching defs:alt_group
41 static unsigned long alt_group_len(struct alt_group *alt_group)
43 return alt_group->last_insn->offset +
44 alt_group->last_insn->len -
45 alt_group->first_insn->offset;
68 struct alt_group *alt_group = insn->alt_group;
71 if (!alt_group) {
89 * alt_group's flattened byte-offset-addressed CFI
92 for (i = 0; i < alt_group_len(alt_group); i++) {
93 struct cfi_state *cfi = alt_group->cfi[i];
109 /* Skip to the end of the alt_group */
110 insn = alt_group->last_insn;