Home
last modified time | relevance | path

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

/third_party/libunwind/include/
Dlibunwind-x86.h131 UNW_X86_GS, /* special */ enumerator
/third_party/libunwind/src/x86/
DGos-linux.c166 case UNW_X86_GS: off = LINUX_SC_GS_OFF; break; in x86_get_scratch_loc()
260 case UNW_X86_GS: addr = &uc->uc_mcontext.gregs[REG_GS]; break; in x86_r_uc_addr()
DGget_save_loc.c61 case UNW_X86_GS: in unw_get_save_loc()
DGos-freebsd.c194 case UNW_X86_GS: off = FREEBSD_UC_MCONTEXT_GS_OFF; break; in x86_get_scratch_loc()
324 case UNW_X86_GS: addr = &uc->uc_mcontext.mc_gs; break; in x86_r_uc_addr()
DGregs.c99 case UNW_X86_GS: in tdep_access_reg()