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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c60 static int dwarf_find_existing_cie_ptr(Dwarf_Small * cie_ptr,
1013 * 'cie_ptr' is a pointer into our section, not an offset. */
1015 dwarf_find_existing_cie_ptr(Dwarf_Small * cie_ptr, argument
1022 if (cur_cie_ptr && cie_ptr == cur_cie_ptr->ci_cie_start) {
1028 if (cie_ptr == next->ci_cie_start) {
H A Dpro_section.c1069 Dwarf_P_Cie cie_ptr = 0; local
1082 cie_ptr = dbg->de_frame_cies;
1086 while (cie_ptr && index < cie_index) {
1087 cie_ptr = cie_ptr->cie_next;
1090 if (cie_ptr == NULL) {
1094 if (strcmp(cie_ptr->cie_aug, DW_CIE_AUGMENTER_STRING_V0) == 0) {
H A Ddwarf_frame.c1196 unsigned char *cie_ptr = 0; local
1265 cie_ptr = new_fde->fd_section_ptr + cie_id;
1266 res = dwarf_read_cie_fde_prefix(dbg, cie_ptr,
1277 cie_ptr = prefix_c.cf_addr_after_prefix;
1289 cie_ptr,

Completed in 56 milliseconds