Home | History | Annotate | Download | only in bfd

Lines Matching defs:augmentation

36   char augmentation[20];
226 && strcmp (c1->augmentation, c2->augmentation) == 0
227 && strcmp (c1->augmentation, "eh") != 0
263 h = iterative_hash (c->augmentation, strlen (c->augmentation) + 1, h);
283 ENTRY's augmentation string. */
299 /* Likewise ENTRY's augmentation data. */
638 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
640 strcpy (cie->augmentation, (char *) buf);
672 aug = cie->augmentation;
724 /* Unrecognized augmentation. Better bail out. */
741 after the augmentation string. */
745 if (*cie->augmentation == 0)
827 /* Skip the augmentation size, if present. */
828 if (cie->augmentation[0] == 'z')
833 /* Of the supported augmentation characters above, only 'L'
834 adds augmentation data to the FDE. This code would need to
842 /* If there's no 'z' augmentation, we don't know where the
844 if (cie->augmentation[0] != 'z')
848 /* Skip over the augmentation data. */
1380 /* Any new augmentation bytes go before the first relocation. */
1472 /* Need to find 'R' or 'L' augmentation's argument and modify
1490 of augmentation strings that we're prepared to handle. */
1495 /* Make room for the new augmentation string and data bytes. */
1684 augmentation size. */