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

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_frame2.c81 char *augmentation);
84 gnu_aug_encodings(Dwarf_Debug dbg, char *augmentation,
443 Dwarf_Small *augmentation = 0; local
470 augmentation = frame_ptr;
473 augmentation, use_gnu_cie_calc);
539 (char *) augmentation);
558 (char *) augmentation,
576 /* We do not understand the augmentation string. No
588 } /* End switch on augmentation type. */
601 new_cie->ci_augmentation = (char *) augmentation;
1014 gnu_aug_encodings(Dwarf_Debug dbg, char *augmentation, Dwarf_Small * aug_data, Dwarf_Unsigned aug_data_len, unsigned char *pers_hand_enc_out, unsigned char *lsda_enc_out, unsigned char *fde_begin_enc_out, Dwarf_Addr * gnu_pers_addr_out) argument
1280 get_gcc_eh_augmentation(Dwarf_Debug dbg, Dwarf_Small * frame_ptr, unsigned long *size_of_augmentation_data, enum Dwarf_augmentation_type augtype, Dwarf_Small * section_pointer, Dwarf_Small * fde_eh_encoding_out, char *augmentation) argument
[all...]
H A Dpro_section.c929 char *augmentation; local
972 augmentation = curcie->cie_aug;
973 if (strcmp(augmentation, DW_CIE_AUGMENTER_STRING_V0) == 0) {
984 strlen(curcie->cie_aug) + 1 + /* augmentation */
988 a_bytes + /* augmentation length */
993 strlen(curcie->cie_aug) + 1 + /* augmentation */
1040 if (strcmp(augmentation, DW_CIE_AUGMENTER_STRING_V0) == 0) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf-eh-frame.c34 char augmentation[20]; member in struct:cie
218 && strcmp (c1->augmentation, c2->augmentation) == 0
219 && strcmp (c1->augmentation, "eh") != 0
251 h = iterative_hash (c->augmentation, strlen (c->augmentation) + 1, h);
268 ENTRY's augmentation string. */
284 /* Likewise ENTRY's augmentation data. */
606 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
608 strcpy (cie->augmentation, (cha
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddwarf.c2811 char *augmentation; member in struct:Frame_Chunk
3027 fc->augmentation = (char *) start;
3030 if (fc->augmentation[0] == 'z')
3046 else if (strcmp (fc->augmentation, "eh") == 0)
3078 fc->augmentation, fc->code_factor, fc->data_factor,
3085 printf (" Augmentation: \"%s\"\n", fc->augmentation);
3104 p = (unsigned char *) fc->augmentation + 1;
3149 fc->augmentation = "";
3159 fc->augmentation = cie->augmentation;
[all...]

Completed in 98 milliseconds