Home
last modified time | relevance | path

Searched refs:curcie (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_frame.c125 Dwarf_P_Cie curcie; in dwarf_add_frame_cie_a() local
134 curcie = dbg->de_frame_cies; in dwarf_add_frame_cie_a()
136 dbg->de_last_cie = curcie; in dwarf_add_frame_cie_a()
138 curcie = dbg->de_last_cie; in dwarf_add_frame_cie_a()
139 curcie->cie_next = (Dwarf_P_Cie) in dwarf_add_frame_cie_a()
141 if (curcie->cie_next == NULL) { in dwarf_add_frame_cie_a()
144 curcie = curcie->cie_next; in dwarf_add_frame_cie_a()
146 dbg->de_last_cie = curcie; in dwarf_add_frame_cie_a()
148 curcie->cie_version = 1; in dwarf_add_frame_cie_a()
150 curcie->cie_version = dbg->de_output_version; in dwarf_add_frame_cie_a()
[all …]
H A Dpro_section.c1939 Dwarf_P_Cie curcie = 0; in _dwarf_pro_generate_debugframe() local
1955 curcie = dbg->de_frame_cies; in _dwarf_pro_generate_debugframe()
1968 while (curcie) { in _dwarf_pro_generate_debugframe()
1982 Dwarf_Half version = curcie->cie_version; in _dwarf_pro_generate_debugframe()
1984 res = _dwarf_pro_encode_leb128_nm(curcie->cie_code_align, in _dwarf_pro_generate_debugframe()
2004 res = _dwarf_pro_encode_signed_leb128_nm(curcie->cie_data_align, in _dwarf_pro_generate_debugframe()
2022 augmentation = curcie->cie_aug; in _dwarf_pro_generate_debugframe()
2025 strlen(curcie->cie_aug) + 1 + /* augmentation */ in _dwarf_pro_generate_debugframe()
2029 curcie->cie_inst_bytes; in _dwarf_pro_generate_debugframe()
2080 db = curcie->cie_version; in _dwarf_pro_generate_debugframe()
[all …]
H A Ddwarf_frame2.c1307 Dwarf_Cie curcie = 0; in dealloc_fde_cie_list_internal() local
1315 for (curcie = head_cie_ptr; curcie; curcie = nextcie) { in dealloc_fde_cie_list_internal()
1316 Dwarf_Frame frame = curcie->ci_initial_table; in dealloc_fde_cie_list_internal()
1318 nextcie = curcie->ci_next; in dealloc_fde_cie_list_internal()
1320 dwarf_dealloc(curcie->ci_dbg, frame, DW_DLA_FRAME); in dealloc_fde_cie_list_internal()
1321 dwarf_dealloc(curcie->ci_dbg, curcie, DW_DLA_CIE); in dealloc_fde_cie_list_internal()