Home
last modified time | relevance | path

Searched refs:new_cie (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame2.c622 Dwarf_Cie new_cie = 0; in dwarf_create_cie_from_after_start() local
907 new_cie = (Dwarf_Cie) _dwarf_get_alloc(dbg, DW_DLA_CIE, 1); in dwarf_create_cie_from_after_start()
908 if (new_cie == NULL) { in dwarf_create_cie_from_after_start()
913 new_cie->ci_cie_version_number = version; in dwarf_create_cie_from_after_start()
914 new_cie->ci_initial_table = NULL; in dwarf_create_cie_from_after_start()
915 new_cie->ci_length = (Dwarf_Unsigned) prefix->cf_length; in dwarf_create_cie_from_after_start()
916 new_cie->ci_length_size = prefix->cf_local_length_size; in dwarf_create_cie_from_after_start()
917 new_cie->ci_extension_size = prefix->cf_local_extension_size; in dwarf_create_cie_from_after_start()
918 new_cie->ci_augmentation = (char *) augmentation; in dwarf_create_cie_from_after_start()
920 new_cie->ci_data_alignment_factor = in dwarf_create_cie_from_after_start()
[all …]
H A Ddwarf_frame.c1418 Dwarf_Cie new_cie = 0; in dwarf_get_fde_for_die() local
1429 0, &new_cie, error); in dwarf_get_fde_for_die()
1437 new_fde->fd_cie = new_cie; in dwarf_get_fde_for_die()