HomeSort by relevance Sort by last modified time
    Searched refs:augmentation (Results 1 - 20 of 20) 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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame1.s 17 # 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
27 .string "\aug" # 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
96 .byte 0 # Augmentation length
110 .byte 0 # Augmentation length
  /external/elfutils/libdw/
dwarf_next_cfi.c 129 entry->cie.augmentation = (const char *) bytes;
162 const char *ap = entry->cie.augmentation;
164 /* g++ v2 "eh" has pointer immediately following augmentation string,
188 /* If we have sized augmentation data,
224 /* Unknown augmentation string. initial_instructions might
225 actually start with some augmentation data. */
cie.c 75 /* Grok the augmentation string and its data. */
77 for (const char *ap = info->augmentation; *ap != '\0'; ++ap)
109 /* Unknown augmentation string. If we have 'z' we can ignore it,
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/
cfi_assembler.cc 48 const string &augmentation,
65 AppendCString(augmentation);
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...]
cfi_assembler.h 57 // CFI augmentation strings beginning with 'z', defined by the
60 // for additional fields whose presence the augmentation string
140 const string &augmentation = "",
dwarf2reader.cc     [all...]
dwarf2reader_cfi_unittest.cc 102 uint8 version, const string &augmentation,
483 // An FDE whose CIE specifies an augmentation we don't recognize.
492 // augmentation we don't recognize.
608 // augmentation values.
    [all...]
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.h 141 uint8 version, const string &augmentation,
dwarf_cfi_to_module.cc 146 uint8 version, const string &augmentation,
151 // augmentation, then we should be okay with that, so there's no
  /external/elfutils/tests/
run-readelf-zdebug.sh 413 augmentation: "zR"
417 Augmentation data: 0x1b (FDE address encoding: sdata4 pcrel)
512 augmentation: ""
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 412 milliseconds