Lines Matching refs:off

144   unw_word_t addr = c->sigcontext_addr, off, xmm_off;  in x86_get_scratch_loc()  local
177 off = 0; /* shut gcc warning */ in x86_get_scratch_loc()
180 case UNW_X86_GS: off = FREEBSD_UC_MCONTEXT_GS_OFF; break; in x86_get_scratch_loc()
181 case UNW_X86_FS: off = FREEBSD_UC_MCONTEXT_FS_OFF; break; in x86_get_scratch_loc()
182 case UNW_X86_ES: off = FREEBSD_UC_MCONTEXT_ES_OFF; break; in x86_get_scratch_loc()
183 case UNW_X86_DS: off = FREEBSD_UC_MCONTEXT_SS_OFF; break; in x86_get_scratch_loc()
184 case UNW_X86_EDI: off = FREEBSD_UC_MCONTEXT_EDI_OFF; break; in x86_get_scratch_loc()
185 case UNW_X86_ESI: off = FREEBSD_UC_MCONTEXT_ESI_OFF; break; in x86_get_scratch_loc()
186 case UNW_X86_EBP: off = FREEBSD_UC_MCONTEXT_EBP_OFF; break; in x86_get_scratch_loc()
187 case UNW_X86_ESP: off = FREEBSD_UC_MCONTEXT_ESP_OFF; break; in x86_get_scratch_loc()
188 case UNW_X86_EBX: off = FREEBSD_UC_MCONTEXT_EBX_OFF; break; in x86_get_scratch_loc()
189 case UNW_X86_EDX: off = FREEBSD_UC_MCONTEXT_EDX_OFF; break; in x86_get_scratch_loc()
190 case UNW_X86_ECX: off = FREEBSD_UC_MCONTEXT_ECX_OFF; break; in x86_get_scratch_loc()
191 case UNW_X86_EAX: off = FREEBSD_UC_MCONTEXT_EAX_OFF; break; in x86_get_scratch_loc()
192 case UNW_X86_TRAPNO: off = FREEBSD_UC_MCONTEXT_TRAPNO_OFF; break; in x86_get_scratch_loc()
193 case UNW_X86_EIP: off = FREEBSD_UC_MCONTEXT_EIP_OFF; break; in x86_get_scratch_loc()
194 case UNW_X86_CS: off = FREEBSD_UC_MCONTEXT_CS_OFF; break; in x86_get_scratch_loc()
195 case UNW_X86_EFLAGS: off = FREEBSD_UC_MCONTEXT_EFLAGS_OFF; break; in x86_get_scratch_loc()
196 case UNW_X86_SS: off = FREEBSD_UC_MCONTEXT_SS_OFF; break; in x86_get_scratch_loc()
200 off = FREEBSD_UC_MCONTEXT_CW_OFF; in x86_get_scratch_loc()
205 off = FREEBSD_UC_MCONTEXT_SW_OFF; in x86_get_scratch_loc()
211 off = FREEBSD_UC_MCONTEXT_TAG_OFF; in x86_get_scratch_loc()
215 off = FREEBSD_UC_MCONTEXT_CSSEL_OFF; in x86_get_scratch_loc()
220 off = FREEBSD_UC_MCONTEXT_IPOFF_OFF; in x86_get_scratch_loc()
225 off = FREEBSD_UC_MCONTEXT_DATAOFF_OFF; in x86_get_scratch_loc()
230 off = FREEBSD_US_MCONTEXT_DATASEL_OFF; in x86_get_scratch_loc()
243 off = FREEBSD_UC_MCONTEXT_ST0_OFF + 10*(reg - UNW_X86_ST0); in x86_get_scratch_loc()
296 off = xmm_off; in x86_get_scratch_loc()
299 return DWARF_MEM_LOC (c, addr + off); in x86_get_scratch_loc()