Home | History | Annotate | Download | only in gas

Lines Matching refs:augmentation

47 	.byte	0x0	/ CIE Augmentation (none)
109 char augmentation[10];
154 /* Skip the augmentation (a null terminated string). */
170 if ((size_t) iaug < (sizeof augmentation) - 1)
172 augmentation[iaug] = f->fr_literal[offset];
189 augmentation[iaug] = '\0';
190 if (augmentation[0] == '\0')
192 /* No augmentation. */
194 else if (strcmp (augmentation, "eh") == 0)
213 else if (augmentation[0] != 'z')
224 info->z_augmentation = (augmentation[0] == 'z');
333 /* Decide whether we should see an augmentation. */