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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c309 Dwarf_Cie cie_ptr_to_use = 0; local
313 &cie_ptr_to_use,
317 cur_cie_ptr = cie_ptr_to_use;
327 &cie_ptr_to_use,
337 chain_up_cie(cie_ptr_to_use, &head_cie_ptr,
346 frame_ptr = cie_ptr_to_use->ci_cie_start +
347 cie_ptr_to_use->ci_length +
348 cie_ptr_to_use->ci_length_size +
349 cie_ptr_to_use->ci_extension_size;
355 Dwarf_Cie cie_ptr_to_use local
[all...]

Completed in 46 milliseconds