Searched refs:cie_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame.c1319 Dwarf_Signed * cie_index,
1351 if (cie_index != NULL)
1352 *cie_index = fde->fd_cie_index;
1313 dwarf_get_fde_range(Dwarf_Fde fde, Dwarf_Addr * low_pc, Dwarf_Unsigned * func_length, Dwarf_Ptr * fde_bytes, Dwarf_Unsigned * fde_byte_length, Dwarf_Off * cie_offset, Dwarf_Signed * cie_index, Dwarf_Off * fde_offset, Dwarf_Error * error) argument
H A Dpro_section.c1070 Dwarf_Word cie_index = 0; local
1083 cie_index = curfde->fde_cie;
1084 index = 1; /* The cie_index of the first cie is 1,
1086 while (cie_ptr && index < cie_index) {

Completed in 53 milliseconds