Home
last modified time | relevance | path

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

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