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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 73 REG_CS,
74 # define REG_CS REG_CS
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris_amd64.go 44 REG_CS = C.REG_CS
defs_netbsd_386.go 37 REG_CS = C._REG_CS
defs_netbsd_amd64.go 44 REG_CS = C._REG_CS
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris_amd64.go 44 REG_CS = C.REG_CS
defs_netbsd_386.go 37 REG_CS = C._REG_CS
defs_netbsd_amd64.go 44 REG_CS = C._REG_CS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 190 REG_CS,
191 # define REG_CS REG_CS
  /toolchain/binutils/binutils-2.27/opcodes/
crx-opc.c 646 #define REG_CS(N) REG(CONCAT2(cs,N), N, CRX_CS_REGTYPE)
648 REG_CS(0), REG_CS(1), REG_CS(2), REG_CS(3),
649 REG_CS(4), REG_CS(5), REG_CS(6), REG_CS(7),
650 REG_CS(8), REG_CS(9), REG_CS(10), REG_CS(11)
    [all...]
  /bionic/libc/include/sys/
ucontext.h 159 REG_CS,
160 #define REG_CS REG_CS
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
a.out.go 136 REG_CS
266 REG_CS: 51,
318 REG_CS: 41,
asm6.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
a.out.go 136 REG_CS
266 REG_CS: 51,
318 REG_CS: 41,
asm6.go     [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
entry_from_vm86.c 60 (ctx->uc_mcontext.gregs[REG_CS] & 3) != 3) {
75 (unsigned short)ctx->uc_mcontext.gregs[REG_CS]);
sigreturn.c 338 return &ctx->uc_mcontext.gregs[REG_CS];
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 72 out->cs = regs[REG_CS];
  /external/libunwind/src/x86/
Gos-linux.c 276 case UNW_X86_CS: addr = &uc->uc_mcontext.gregs[REG_CS]; break;
  /art/runtime/
runtime_common.cc 196 DumpRegister32(os, "cs", context.gregs[REG_CS]);
  /external/libchrome/base/debug/
stack_trace_posix.cc 326 { " cs: ", context->uc_mcontext.gregs[REG_CS] },
  /external/valgrind/include/vki/
vki-solaris.h     [all...]

Completed in 568 milliseconds