Home
last modified time | relevance | path

Searched refs:REG_DS (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/arch/i386/bits/
Dsignal.h16 enum { REG_DS = 3 }; enumerator
17 #define REG_DS REG_DS macro
/third_party/libunwind/src/x86/
DGos-linux.c263 case UNW_X86_DS: addr = &uc->uc_mcontext.gregs[REG_DS]; break; in x86_r_uc_addr()