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
908 if (new_cie == NULL) { in dwarf_create_cie_from_after_start()
914 new_cie->ci_initial_table = NULL; in dwarf_create_cie_from_after_start()
932 new_cie->ci_dbg = dbg; in dwarf_create_cie_from_after_start()
943 new_cie->ci_index = cie_count; in dwarf_create_cie_from_after_start()
946 new_cie->ci_cie_end = new_cie->ci_cie_start + new_cie->ci_length + in dwarf_create_cie_from_after_start()
947 new_cie->ci_length_size+ new_cie->ci_extension_size; in dwarf_create_cie_from_after_start()
956 validate_length(dbg,new_cie,new_cie->ci_length, in dwarf_create_cie_from_after_start()
957 new_cie->ci_length_size, new_cie->ci_extension_size, in dwarf_create_cie_from_after_start()
958 new_cie->ci_section_ptr, 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()