Searched refs:augmentation (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/
H A Dehopt.c108 char augmentation[10]; local
153 /* Skip the augmentation (a null terminated string). */
169 if ((size_t) iaug < (sizeof augmentation) - 1)
171 augmentation[iaug] = f->fr_literal[offset];
188 augmentation[iaug] = '\0';
189 if (augmentation[0] == '\0')
191 /* No augmentation. */
193 else if (strcmp (augmentation, "eh") == 0)
212 else if (augmentation[0] != 'z')
223 info->z_augmentation = (augmentation[
[all...]
/haiku-buildtools/binutils/gas/
H A Dehopt.c109 char augmentation[10]; local
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[
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dframe.c100 char augmentation[0]; member in struct:dwarf_cie
121 char *augmentation; member in struct:cie_info
568 c->augmentation = get_cie (f)->augmentation;
570 if (strcmp (c->augmentation, "") != 0
571 && strcmp (c->augmentation, "eh") != 0
572 && c->augmentation[0] != 'z')
575 p = c->augmentation + strlen (c->augmentation) + 1;
577 if (strcmp (c->augmentation, "e
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Deh-frame1.s17 # Start a new CIE, and emit everything up to the augmentation data.
18 # Use LABEL to mark the start of the entry and AUG as the augmentation
59 # Start the augmentation data for a CIE that has a 'P' entry
60 # followed by EXTRA bytes. AUGLEN is the length of augmentation
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mips-elf/
H A Deh-frame1.s17 # Start a new CIE, and emit everything up to the augmentation data.
18 # Use LABEL to mark the start of the entry and AUG as the augmentation
59 # Start the augmentation data for a CIE that has a 'P' entry
60 # followed by EXTRA bytes. AUGLEN is the length of augmentation
/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde.h140 unsigned char augmentation[];
139 unsigned char augmentation[]; member in struct:dwarf_cie
H A Dunwind-dw2-fde.c272 aug = cie->augmentation;
273 p = aug + strlen ((const char *)aug) + 1; /* Skip the augmentation string. */
293 p = read_uleb128 (p, &utmp); /* Skip augmentation length. */
310 /* Otherwise end of string, or unknown augmentation. */
H A Dunwind-dw2.c408 unit F belongs to. Return a pointer to the byte after the augmentation,
409 or NULL if we encountered an undecipherable augmentation. */
415 const unsigned char *aug = cie->augmentation;
421 /* g++ v2 "eh" has pointer immediately following augmentation string,
430 /* After the augmentation resp. pointer for "eh" augmentation
454 /* If the augmentation starts with 'z', then a uleb128 immediately
455 follows containing the length of the augmentation field following
466 /* Iterate over recognized augmentation subsequences. */
483 /* "P" indicates a personality routine in the CIE augmentation
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-eh-frame.c140 && strcmp (c1->augmentation, c2->augmentation) == 0
141 && strcmp (c1->augmentation, "eh") != 0
371 if (strlen (buf) > sizeof (cie.augmentation) - 1)
374 strcpy (cie.augmentation, buf);
398 aug = cie.augmentation;
469 /* Unrecognized augmentation. Better bail out. */
545 if (cie.augmentation[0] == 'z')
547 /* If some new augmentation data is added before LSDA
548 in FDE augmentation are
[all...]
H A Delf-bfd.h273 char augmentation[20];
272 char augmentation[20]; member in struct:cie
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c36 char augmentation[20]; member in struct:cie
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. */
743 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
745 strcpy (cie->augmentation, (cha
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Ddwarf.c2757 char *augmentation; member in struct:Frame_Chunk
2966 fc->augmentation = (char *) start;
2969 if (fc->augmentation[0] == 'z')
2985 else if (strcmp (fc->augmentation, "eh") == 0)
3017 fc->augmentation, fc->code_factor, fc->data_factor,
3024 printf (" Augmentation: \"%s\"\n", fc->augmentation);
3043 p = (unsigned char *) fc->augmentation + 1;
3089 fc->augmentation = "";
3099 fc->augmentation = cie->augmentation;
[all...]
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c217 unit F belongs to. Return a pointer to the byte after the augmentation,
218 or NULL if we encountered an undecipherable augmentation. */
224 const unsigned char *aug = cie->augmentation;
230 /* g++ v2 "eh" has pointer immediately following augmentation string,
239 /* Immediately following the augmentation are the code and
252 /* If the augmentation starts with 'z', then a uleb128 immediately
253 follows containing the length of the augmentation field following
264 /* Iterate over recognized augmentation subsequences. */
281 /* "P" indicates a personality routine in the CIE augmentation. */
298 /* Otherwise we have an unknown augmentation strin
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5335 char *augmentation; member in struct:Frame_Chunk
5705 fc->augmentation = (char *) start;
5707 Skip past augmentation name, but avoid running off the end of the data. */
5713 warn (_("No terminator for augmentation name\n"));
5717 if (strcmp (fc->augmentation, "eh") == 0)
5755 if (fc->augmentation[0] == 'z')
5774 p = (unsigned char *) fc->augmentation + 1;
5781 warn (_("Negative augmentation data length: 0x%lx"), augmentation_data_len);
5918 printf ("CIE \"%s\" cf=%d df=%d ra=%d\n", fc->augmentation,
5925 printf (" Augmentation: \"%s\"\n", fc->augmentation);
[all...]
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dunwind-cr16.c392 unit F belongs to. Return a pointer to the byte after the augmentation,
393 or NULL if we encountered an undecipherable augmentation. */
399 const unsigned char *aug = cie->augmentation;
405 /* g++ v2 "eh" has pointer immediately following augmentation string,
414 /* After the augmentation resp. pointer for "eh" augmentation
438 /* If the augmentation starts with 'z', then a uleb128 immediately
439 follows containing the length of the augmentation field following
450 /* Iterate over recognized augmentation subsequences. */
467 /* "P" indicates a personality routine in the CIE augmentation
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c607 char *section_start_label, int fde_encoding, char *augmentation,
651 if (augmentation[0])
766 char augmentation[6];
842 augmentation[0] = 0;
852 augmentation section.
854 an LSDA pointer in the FDE augmentation.
858 personality routine in the CIE augmentation. */
864 p = augmentation + 1;
881 if (p > augmentation + 1)
883 augmentation[
604 output_fde(dw_fde_ref fde, bool for_eh, bool second, char *section_start_label, int fde_encoding, char *augmentation, bool any_lsda_needed, int lsda_encoding) argument
764 char augmentation[6]; local
[all...]

Completed in 184 milliseconds