HomeSort by relevance Sort by last modified time
    Searched refs:REG_DS (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 49 REG_DS,
50 # define REG_DS REG_DS
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris_amd64.go 40 REG_DS = C.REG_DS
defs_netbsd_386.go 25 REG_DS = C._REG_DS
defs_netbsd_amd64.go 40 REG_DS = C._REG_DS
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris_amd64.go 40 REG_DS = C.REG_DS
defs_netbsd_386.go 25 REG_DS = C._REG_DS
defs_netbsd_amd64.go 40 REG_DS = C._REG_DS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 166 REG_DS,
167 # define REG_DS REG_DS
  /external/syslinux/com32/cmenu/libmenu/
syslnx.h 41 #define REG_DS(x) ((x).ds)
  /bionic/libc/include/sys/
ucontext.h 135 REG_DS,
136 #define REG_DS REG_DS
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
a.out.go 138 REG_DS
268 REG_DS: 53,
320 REG_DS: 43,
asm6.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
a.out.go 138 REG_DS
268 REG_DS: 53,
320 REG_DS: 43,
asm6.go     [all...]
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 61 out->ds = regs[REG_DS];
  /external/libunwind/src/x86/
Gos-linux.c 265 case UNW_X86_DS: addr = &uc->uc_mcontext.gregs[REG_DS]; break;
  /art/runtime/
runtime_common.cc 197 DumpRegister32(os, "ds", context.gregs[REG_DS]);
  /external/libchrome/base/debug/
stack_trace_posix.cc 314 { " ds: ", context->uc_mcontext.gregs[REG_DS] },
  /external/valgrind/include/vki/
vki-solaris.h     [all...]

Completed in 278 milliseconds