Home
last modified time | relevance | path

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

/external/libunwind/include/
Dlibunwind-x86.h130 UNW_X86_DS, /* special */ enumerator
/external/libunwind/src/x86/
DGos-linux.c171 case UNW_X86_DS: off = LINUX_SC_DS_OFF; break; in x86_get_scratch_loc()
265 case UNW_X86_DS: addr = &uc->uc_mcontext.gregs[REG_DS]; break; in x86_r_uc_addr()
DGos-freebsd.c183 case UNW_X86_DS: off = FREEBSD_UC_MCONTEXT_SS_OFF; break; in x86_get_scratch_loc()
313 case UNW_X86_DS: addr = &uc->uc_mcontext.mc_ds; break; in x86_r_uc_addr()
DGget_save_loc.c64 case UNW_X86_DS: in unw_get_save_loc()
DGregs.c102 case UNW_X86_DS: in tdep_access_reg()