Home
last modified time | relevance | path

Searched refs:cie_augment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c134 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()
261 if (*cie->cie_augment == 'z') { 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()
[all …]
H A Ddwarf_pro_frame.c72 cie->cie_augment = (uint8_t *) strdup(augmenter); in dwarf_add_frame_cie()
73 if (cie->cie_augment == NULL) { in dwarf_add_frame_cie()
H A Ddwarf_frame.c233 *augmenter = (char *) cie->cie_augment; in dwarf_get_cie_info()
H A D_libdwarf.h260 uint8_t *cie_augment; /* CIE augmentation (UTF-8). */ member