Lines Matching refs:offset

450       _Unwind_Sword offset, stmp;
605 op_ptr = read_sleb128 (op_ptr, &offset);
606 result = _Unwind_GetGR (context, op - DW_OP_breg0) + offset;
610 op_ptr = read_sleb128 (op_ptr, &offset);
611 result = _Unwind_GetGR (context, reg) + offset;
625 offset = *op_ptr++;
626 gcc_assert (offset < stack_elt - 1);
627 result = stack[stack_elt - 1 - offset];
810 offset = read_2s (op_ptr);
812 op_ptr += offset;
819 offset = read_2s (op_ptr);
822 op_ptr += offset;
875 _Unwind_Sword offset, stmp;
883 offset = (_Unwind_Sword) utmp * fs->data_align;
886 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = offset;
921 offset = (_Unwind_Sword) utmp * fs->data_align;
924 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = offset;
1015 offset = stmp * fs->data_align;
1018 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = offset;
1037 offset = (_Unwind_Sword) utmp * fs->data_align;
1040 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = offset;
1046 offset = stmp * fs->data_align;
1049 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = offset;
1066 fs->regs.reg[reg].loc.offset = (reg - 16) * sizeof (void *);
1079 offset = (_Unwind_Word) utmp * fs->data_align;
1082 fs->regs.reg[DWARF_REG_TO_UNWIND_COLUMN (reg)].loc.offset = -offset;
1211 state_in->reg_or_offset[reg] = fs.regs.reg[reg].loc.offset;
1310 (void *) (cfa + fs->regs.reg[i].loc.offset));
1340 (cfa + fs->regs.reg[i].loc.offset));
1466 long offset = uw_install_context_1 ((CURRENT), (TARGET)); \
1468 __builtin_eh_return (offset, handler); \