Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.c302 Dwarf_Frame_Op *curr_instr = 0; in _dwarf_exec_frame_instr() local
1060 curr_instr = (Dwarf_Frame_Op *) in _dwarf_exec_frame_instr()
1062 if (curr_instr == NULL) { in _dwarf_exec_frame_instr()
1066 curr_instr->fp_base_op = fp_base_op; in _dwarf_exec_frame_instr()
1067 curr_instr->fp_extended_op = fp_extended_op; in _dwarf_exec_frame_instr()
1068 curr_instr->fp_register = fp_register; in _dwarf_exec_frame_instr()
1069 curr_instr->fp_offset = fp_offset; in _dwarf_exec_frame_instr()
1070 curr_instr->fp_instr_offset = fp_instr_offset; in _dwarf_exec_frame_instr()
1078 curr_instr_item->ch_item = curr_instr; in _dwarf_exec_frame_instr()