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

/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2-frame.c69 /* True if a 'z' augmentation existed. */
1018 augmentation in the associated CIE. The argument of this
1019 augmentation is a single byte.
1276 char *augmentation;
1302 /* Interpret the interesting bits of the augmentation. */
1303 augmentation = buf;
1304 buf = augmentation + strlen (augmentation) + 1;
1306 /* The GCC 2.x "eh" augmentation has a pointer immediately
1307 following the augmentation strin
1267 char *augmentation; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c184 && strcmp (c1->augmentation, c2->augmentation) == 0
185 && strcmp (c1->augmentation, "eh") != 0
411 if (strlen (buf) > sizeof (cie.augmentation) - 1)
414 strcpy (cie.augmentation, buf);
436 aug = cie.augmentation;
507 /* Unrecognized augmentation. Better bail out. */
584 if (cie.augmentation[0] == 'z')
586 /* If some new augmentation data is added before LSDA
587 in FDE augmentation are
[all...]
H A Delf-bfd.h273 unsigned char augmentation[20];
272 unsigned char augmentation[20]; member in struct:cie
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfFile.cpp188 // Currently we're ignoring all augmentation data.
241 // .eh_frame will generally override that via augmentation 'R'
256 // There are augmentation data.
260 // read the augmentation data block -- it is preceeded by an
266 TRACE_CFI(" %" B_PRIu64 " bytes of augmentation data\n", length);
290 WARNING("Encountered unsupported augmentation '%c' "
291 " while parsing CIE augmentation string %s\n",
298 // we should have read through all of the augmentation data
302 "%" B_PRIu64 " bytes of augmentation data, but read "
324 // read the augmentation dat
1860 _ParseFrameInfoInstructions(CompilationUnit* unit, CfaContext& context, DataReader& dataReader, CIEAugmentation& augmentation) argument
[all...]

Completed in 113 milliseconds