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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c89 char *augmentation);
92 gnu_aug_encodings(Dwarf_Debug dbg, char *augmentation,
520 Dwarf_Small *augmentation = 0; local
549 augmentation = frame_ptr;
552 augmentation, use_gnu_cie_calc);
625 (char *) augmentation);
644 (char *) augmentation,
665 /* We do not understand the augmentation string. No
677 } /* End switch on augmentation type. */
690 new_cie->ci_augmentation = (char *) augmentation;
1127 gnu_aug_encodings(Dwarf_Debug dbg, char *augmentation, Dwarf_Small * aug_data, Dwarf_Unsigned aug_data_len, Dwarf_Half address_size, unsigned char *pers_hand_enc_out, unsigned char *lsda_enc_out, unsigned char *fde_begin_enc_out, Dwarf_Addr * gnu_pers_addr_out) argument
1447 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.c936 char *augmentation = 0; local
979 augmentation = curcie->cie_aug;
980 if (strcmp(augmentation, DW_CIE_AUGMENTER_STRING_V0) == 0) {
991 strlen(curcie->cie_aug) + 1 + /* augmentation */
995 a_bytes + /* augmentation length */
1000 strlen(curcie->cie_aug) + 1 + /* augmentation */
1047 if (strcmp(augmentation, DW_CIE_AUGMENTER_STRING_V0) == 0) {

Completed in 64 milliseconds