Home
last modified time | relevance | path

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

/external/libunwind/include/
Dlibunwind-x86.h128 UNW_X86_FS, /* special */ enumerator
/external/libunwind/src/x86/
DGos-linux.c169 case UNW_X86_FS: off = LINUX_SC_FS_OFF; break; in x86_get_scratch_loc()
263 case UNW_X86_FS: addr = &uc->uc_mcontext.gregs[REG_FS]; break; in x86_r_uc_addr()
DGos-freebsd.c181 case UNW_X86_FS: off = FREEBSD_UC_MCONTEXT_FS_OFF; break; in x86_get_scratch_loc()
311 case UNW_X86_FS: addr = &uc->uc_mcontext.mc_fs; break; in x86_r_uc_addr()
DGget_save_loc.c62 case UNW_X86_FS: in unw_get_save_loc()
DGregs.c100 case UNW_X86_FS: in tdep_access_reg()