Searched defs:cie_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame3.c68 Dwarf_Signed cie_count; local
83 res = dwarf_get_fde_list(dbg, &cie_data, &cie_count,
94 for (i = 0; i < cie_count; i++) {
H A Ddwarf_frame2.c73 Dwarf_Unsigned cie_count,
251 Dwarf_Word cie_count = 0; local
325 cie_count,
336 cie_count++;
381 cie_count,
392 ++cie_count;
428 if (cie_count > 0) {
430 _dwarf_get_alloc(dbg, DW_DLA_LIST, cie_count);
446 for (i = 0; i < cie_count; i++) {
470 *cie_element_count = cie_count;
501 dwarf_create_cie_from_after_start(Dwarf_Debug dbg, struct cie_fde_prefix_s *prefix, Dwarf_Small * section_pointer, Dwarf_Small * frame_ptr, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_out, Dwarf_Error * error) argument
1047 dwarf_create_cie_from_start(Dwarf_Debug dbg, Dwarf_Small * cie_ptr_val, Dwarf_Small * section_ptr, Dwarf_Unsigned section_index, Dwarf_Unsigned section_length, Dwarf_Small * frame_ptr_end, Dwarf_Unsigned cie_id_value, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_to_use_out, Dwarf_Error * error) argument
[all...]

Completed in 45 milliseconds