Home
last modified time | relevance | path

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

/third_party/libunwind/include/
Dlibunwind-x86.h134 UNW_X86_DS, /* special */ enumerator
/third_party/libunwind/src/x86/
DGos-linux.c169 case UNW_X86_DS: off = LINUX_SC_DS_OFF; break; in x86_get_scratch_loc()
263 case UNW_X86_DS: addr = &uc->uc_mcontext.gregs[REG_DS]; break; in x86_r_uc_addr()
DGget_save_loc.c64 case UNW_X86_DS: in unw_get_save_loc()
DGos-freebsd.c197 case UNW_X86_DS: off = FREEBSD_UC_MCONTEXT_SS_OFF; break; in x86_get_scratch_loc()
327 case UNW_X86_DS: addr = &uc->uc_mcontext.mc_ds; break; in x86_r_uc_addr()
DGregs.c102 case UNW_X86_DS: in tdep_access_reg()