Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.c251 Dwarf_Frame_Op *curr_instr; in _dwarf_exec_frame_instr() local
957 curr_instr = (Dwarf_Frame_Op *) in _dwarf_exec_frame_instr()
959 if (curr_instr == NULL) { in _dwarf_exec_frame_instr()
963 curr_instr->fp_base_op = fp_base_op; in _dwarf_exec_frame_instr()
964 curr_instr->fp_extended_op = fp_extended_op; in _dwarf_exec_frame_instr()
965 curr_instr->fp_register = fp_register; in _dwarf_exec_frame_instr()
966 curr_instr->fp_offset = fp_offset; in _dwarf_exec_frame_instr()
967 curr_instr->fp_instr_offset = fp_instr_offset; in _dwarf_exec_frame_instr()
975 curr_instr_item->ch_item = curr_instr; in _dwarf_exec_frame_instr()