HomeSort by relevance Sort by last modified time
    Searched defs:augmentation (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
ehopt.c 47 .byte 0x0 / CIE Augmentation (none)
109 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'
    [all...]
  /external/elfutils/libdw/
libdw.h 181 we did not understand the whole augmentation string and it did
182 not use 'z', then there might be more augmentation data here
191 const char *augmentation; /* Augmentation string. */ member in struct:__anon20102
193 /* Augmentation data, might be NULL. The size is correct only if
194 we understood the augmentation string sufficiently. */
210 and checking its augmentation string. Here follows the encoded
211 initial_location and address_range, then any augmentation data,
214 When the CIE augmentation string uses 'z', the augmentation data i
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 604 // - Linux C++ exception handling data uses CIE augmentation strings
702 string augmentation; // vendor format extension markers member in struct:dwarf2reader::CallFrameInfo::CIE
707 // True if this CIE includes Linux C++ ABI 'z' augmentation data.
710 // Parsed 'z' augmentation data. These are meaningful only if
712 bool has_z_lsda; // The 'z' augmentation included 'L'.
713 bool has_z_personality; // The 'z' augmentation included 'P'.
714 bool has_z_signal_frame; // The 'z' augmentation included 'S'.
721 // personality routine pointer in the augmentation data.
731 // or not we saw a 'z' augmentation string; its default value is
    [all...]
  /toolchain/binutils/binutils-2.27/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. */
743 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
745 strcpy (cie->augmentation, (char *) buf)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 5692 char *augmentation; member in struct:Frame_Chunk
    [all...]
  /external/elfutils/src/
readelf.c 5521 const char *augmentation; member in struct:cieinfo
5596 const char *const augmentation = (const char *) readp; local
    [all...]

Completed in 249 milliseconds