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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c261 cur_fde_ptr are used to chain them up. */
263 Dwarf_Fde cur_fde_ptr = NULL; local
413 chain_up_fde(fde_ptr_to_use, &head_fde_ptr, &cur_fde_ptr);
461 cur_fde_ptr = head_fde_ptr;
463 *(fde_list_ptr + i) = cur_fde_ptr;
464 cur_fde_ptr = cur_fde_ptr->fd_next;

Completed in 47 milliseconds