Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c510 Dwarf_Cie new_cie = 0; in dwarf_create_cie_from_after_start() local
679 new_cie = (Dwarf_Cie) _dwarf_get_alloc(dbg, DW_DLA_CIE, 1); in dwarf_create_cie_from_after_start()
680 if (new_cie == NULL) { in dwarf_create_cie_from_after_start()
685 new_cie->ci_cie_version_number = version; in dwarf_create_cie_from_after_start()
686 new_cie->ci_initial_table = NULL; in dwarf_create_cie_from_after_start()
687 new_cie->ci_length = (Dwarf_Word) prefix->cf_length; in dwarf_create_cie_from_after_start()
688 new_cie->ci_length_size = prefix->cf_local_length_size; in dwarf_create_cie_from_after_start()
689 new_cie->ci_extension_size = prefix->cf_local_extension_size; in dwarf_create_cie_from_after_start()
690 new_cie->ci_augmentation = (char *) augmentation; in dwarf_create_cie_from_after_start()
692 new_cie->ci_data_alignment_factor = in dwarf_create_cie_from_after_start()
[all …]
H A Ddwarf_frame.c1282 Dwarf_Cie new_cie = 0; in dwarf_get_fde_for_die() local
1292 0, &new_cie, error); in dwarf_get_fde_for_die()
1300 new_fde->fd_cie = new_cie; in dwarf_get_fde_for_die()