Searched refs:cie_data (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_frame3.c | 67 Dwarf_Cie *cie_data; local 83 res = dwarf_get_fde_list(dbg, &cie_data, &cie_count, 102 ciep = cie_data[i]; 261 dwarf_dealloc(dbg, cie_data, DW_DLA_LIST);
|
H A D | dwarf_frame2.c | 225 _dwarf_get_fde_list_internal(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, argument 469 *cie_data = cie_list_ptr; 1518 Dwarf_Cie * cie_data, 1526 Dwarf_Frame frame = cie_data[i]->ci_initial_table; 1530 dwarf_dealloc(dbg, cie_data[i], DW_DLA_CIE); 1535 if (cie_data) 1536 dwarf_dealloc(dbg, cie_data, DW_DLA_LIST); 1517 dwarf_fde_cie_list_dealloc(Dwarf_Debug dbg, Dwarf_Cie * cie_data, Dwarf_Signed cie_element_count, Dwarf_Fde * fde_data, Dwarf_Signed fde_element_count) argument
|
H A D | dwarf_frame.h | 333 Dwarf_Cie ** cie_data,
|
H A D | dwarf_frame.c | 1117 Dwarf_Cie ** cie_data, 1129 cie_data, 1152 Dwarf_Cie ** cie_data, 1163 res = _dwarf_get_fde_list_internal(dbg, cie_data, 1116 dwarf_get_fde_list_eh(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, Dwarf_Signed * cie_element_count, Dwarf_Fde ** fde_data, Dwarf_Signed * fde_element_count, Dwarf_Error * error) argument 1151 dwarf_get_fde_list(Dwarf_Debug dbg, Dwarf_Cie ** cie_data, Dwarf_Signed * cie_element_count, Dwarf_Fde ** fde_data, Dwarf_Signed * fde_element_count, Dwarf_Error * error) argument
|
H A D | libdwarf.h | 1683 Dwarf_Cie** /*cie_data*/, 1692 Dwarf_Cie** /*cie_data*/, 1701 Dwarf_Cie *cie_data,
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 75 void *cie_data; /* location in this process of cie */ local 98 cie_data = (void *)(base - _Unw_get_val(&data, 0, UNUM32, 1, 1, 0)); 99 cdata = cie_data; 100 cie_end = (void *)(((intptr_t)cie_data) + 4 +
|
Completed in 835 milliseconds