Lines Matching refs:soff
556 uint64_t reg, reg2, uoff, soff; in _dwarf_frame_run_inst() local
814 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_run_inst()
819 RL[reg].dw_offset_or_block_len = soff * daf; in _dwarf_frame_run_inst()
822 reg, soff); in _dwarf_frame_run_inst()
828 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_run_inst()
832 CFA.dw_offset_or_block_len = soff * daf; in _dwarf_frame_run_inst()
835 soff); in _dwarf_frame_run_inst()
840 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_run_inst()
843 CFA.dw_offset_or_block_len = soff * daf; in _dwarf_frame_run_inst()
845 printf("DW_CFA_def_cfa_offset_sf(soff=%jd)\n", soff); in _dwarf_frame_run_inst()
865 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_run_inst()
870 RL[reg].dw_offset_or_block_len = soff * daf; in _dwarf_frame_run_inst()
873 soff); in _dwarf_frame_run_inst()
923 uint64_t reg, reg2, uoff, soff, blen; in _dwarf_frame_convert_inst() local
1099 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_convert_inst()
1101 SET_OFFSET(soff); in _dwarf_frame_convert_inst()
1104 soff = _dwarf_decode_sleb128(&p); in _dwarf_frame_convert_inst()
1105 SET_OFFSET(soff); in _dwarf_frame_convert_inst()