HomeSort by: relevance | last modified time | path
    Searched defs:augmentation (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ehopt.c 46 .byte 0x0 / CIE Augmentation (none)
106 char augmentation[10]; local
152 /* Skip the augmentation (a null terminated string). */
168 if ((size_t) iaug < (sizeof augmentation) - 1)
170 augmentation[iaug] = f->fr_literal[offset];
187 augmentation[iaug] = '\0';
188 if (augmentation[0] == '\0')
190 /* No augmentation. */
192 else if (strcmp (augmentation, "eh") == 0)
212 else if (augmentation[0] != 'z'
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ehopt.c 46 .byte 0x0 / CIE Augmentation (none)
106 char augmentation[10]; local
152 /* Skip the augmentation (a null terminated string). */
168 if ((size_t) iaug < (sizeof augmentation) - 1)
170 augmentation[iaug] = f->fr_literal[offset];
187 augmentation[iaug] = '\0';
188 if (augmentation[0] == '\0')
190 /* No augmentation. */
192 else if (strcmp (augmentation, "eh") == 0)
212 else if (augmentation[0] != 'z'
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde.h 140 unsigned char augmentation[];
139 unsigned char augmentation[]; member in struct:dwarf_cie
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde.h 140 unsigned char augmentation[];
139 unsigned char augmentation[]; member in struct:dwarf_cie
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 36 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. */
760 < sizeof (cie->augmentation));
762 strcpy (cie->augmentation, (char *) buf)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 36 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. */
756 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
758 strcpy (cie->augmentation, (char *) buf)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 36 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. */
753 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
755 strcpy (cie->augmentation, (char *) buf)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 79 /* Saved augmentation, in case it's needed later. */
80 const char *augmentation; member in struct:dwarf2_cie
91 /* True if a 'z' augmentation existed. */
94 /* True if an 'S' augmentation existed. */
765 augmentation is missing, the quirk is needed. */
767 && (!startswith (fde->cie->augmentation, "armcc")
768 || strchr (fde->cie->augmentation + 5, '+') == NULL))
1463 augmentation in the associated CIE. The argument of this
1464 augmentation is a single byte.
1767 const char *augmentation;
1758 const char *augmentation; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 36 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. */
753 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
755 strcpy (cie->augmentation, (char *) buf)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 81 /* Saved augmentation, in case it's needed later. */
82 const char *augmentation; member in struct:dwarf2_cie
93 /* True if a 'z' augmentation existed. */
96 /* True if an 'S' augmentation existed. */
767 augmentation is missing, the quirk is needed. */
769 && (!startswith (fde->cie->augmentation, "armcc")
770 || strchr (fde->cie->augmentation + 5, '+') == NULL))
1465 augmentation in the associated CIE. The argument of this
1466 augmentation is a single byte.
1769 const char *augmentation;
1760 const char *augmentation; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 8651 char *augmentation; member in struct:Frame_Chunk
9222 fc->augmentation = (char *) start;
9224 Skip past augmentation name, but avoid running off the end of the data. */
9230 warn (_("No terminator for augmentation name\n"));
9234 if (strcmp (fc->augmentation, "eh") == 0)
9283 if (fc->augmentation[0] == 'z')
9292 warn (_("Augmentation data too long: %#" PRIx64
9306 p = (unsigned char *) fc->augmentation + 1;
9369 /* Prints out the contents on the augmentation data array.
9377 i = printf (_(" Augmentation data: "))
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 8570 char *augmentation; member in struct:Frame_Chunk
9139 fc->augmentation = (char *) start;
9141 Skip past augmentation name, but avoid running off the end of the data. */
9147 warn (_("No terminator for augmentation name\n"));
9151 if (strcmp (fc->augmentation, "eh") == 0)
9200 if (fc->augmentation[0] == 'z')
9209 warn (_("Augmentation data too long: %#" PRIx64
9223 p = (unsigned char *) fc->augmentation + 1;
9286 /* Prints out the contents on the augmentation data array.
9294 i = printf (_(" Augmentation data: "))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 598 char *section_start_label, int fde_encoding, char *augmentation,
645 if (augmentation[0])
656 + 1 /* Augmentation size */ );
663 dw2_asm_output_data_uleb128 (size, "Augmentation size");
683 dw2_asm_output_data_uleb128 (0, "Augmentation size");
761 char augmentation[6];
840 augmentation[0] = 0;
848 /* Augmentation:
850 augmentation section.
852 an LSDA pointer in the FDE augmentation
759 char augmentation[6]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 600 char *section_start_label, int fde_encoding, char *augmentation,
647 if (augmentation[0])
658 + 1 /* Augmentation size */ );
665 dw2_asm_output_data_uleb128 (size, "Augmentation size");
685 dw2_asm_output_data_uleb128 (0, "Augmentation size");
763 char augmentation[6];
842 augmentation[0] = 0;
850 /* Augmentation:
852 augmentation section.
854 an LSDA pointer in the FDE augmentation
761 char augmentation[6]; local
    [all...]

Completed in 73 milliseconds