Searched refs:cie_count (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_frame2.c65 Dwarf_Unsigned cie_count,
183 Dwarf_Word cie_count = 0; local
256 cie_count,
267 cie_count++;
311 cie_count,
322 ++cie_count;
355 if (cie_count > 0) {
357 _dwarf_get_alloc(dbg, DW_DLA_LIST, cie_count);
368 for (i = 0; i < cie_count; i++) {
380 dwarf_fde_cie_list_dealloc(dbg, cie_list_ptr, cie_count,
429 dwarf_create_cie_from_after_start(Dwarf_Debug dbg, struct cie_fde_prefix_s *prefix, Dwarf_Small * frame_ptr, Dwarf_Unsigned cie_count, int use_gnu_cie_calc, Dwarf_Cie * cie_ptr_out, Dwarf_Error * error) argument
934 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...]
H A Ddwarf_frame3.c68 Dwarf_Signed cie_count; local
83 res = dwarf_get_fde_list(dbg, &cie_data, &cie_count,
97 for (i = 0; i < cie_count; i++) {
H A Ddwarf_frame.h391 Dwarf_Unsigned cie_count,

Completed in 124 milliseconds