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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c269 Dwarf_Fde *fde_list_ptr = NULL; local
456 fde_list_ptr = (Dwarf_Fde *)
460 /* It is ok if fde_list_ptr is NULL, we just have no fdes. */
463 *(fde_list_ptr + i) = cur_fde_ptr;
472 *fde_data = fde_list_ptr;
475 dbg->de_fde_data_eh = fde_list_ptr;
480 dbg->de_fde_data = fde_list_ptr;
489 qsort((void *) fde_list_ptr, fde_count, sizeof(Dwarf_Ptr),

Completed in 47 milliseconds