Lines Matching refs:cie_augment
134 assert(cie->cie_augment != NULL && *cie->cie_augment == 'z'); in _dwarf_frame_parse_lsb_cie_augment()
141 aug_p = &cie->cie_augment[1]; in _dwarf_frame_parse_lsb_cie_augment()
222 cie->cie_augment = ds->ds_data + *off; in _dwarf_frame_add_cie()
228 if (*cie->cie_augment != 0 && *cie->cie_augment != 'z') { in _dwarf_frame_add_cie()
235 if (strstr((char *)cie->cie_augment, "eh") != NULL) in _dwarf_frame_add_cie()
261 if (*cie->cie_augment == 'z') { in _dwarf_frame_add_cie()
290 (char *)cie->cie_augment, cie->cie_instlen, cie->cie_caf, in _dwarf_frame_add_cie()
386 if (eh_frame && *cie->cie_augment == 'z') { in _dwarf_frame_add_fde()
1451 if (cie->cie_augment != NULL) in _dwarf_frame_gen_cie()
1452 RCHECK(WRITE_BLOCK(cie->cie_augment, in _dwarf_frame_gen_cie()
1453 strlen((char *) cie->cie_augment) + 1)); in _dwarf_frame_gen_cie()
1593 if (cie->cie_augment) in _dwarf_frame_pro_cleanup()
1594 free(cie->cie_augment); in _dwarf_frame_pro_cleanup()