HomeSort by relevance Sort by last modified time
    Searched refs:__ss (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
poll.h 69 __const __sigset_t *__ss);
epoll.h 140 __const __sigset_t *__ss);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
poll.h 69 __const __sigset_t *__ss);
epoll.h 140 __const __sigset_t *__ss);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
poll.h 69 __const __sigset_t *__ss);
epoll.h 140 __const __sigset_t *__ss);
  /art/runtime/
runtime_linux.cc 155 DumpRegister32(os, "eax", context->__ss.__eax);
156 DumpRegister32(os, "ebx", context->__ss.__ebx);
157 DumpRegister32(os, "ecx", context->__ss.__ecx);
158 DumpRegister32(os, "edx", context->__ss.__edx);
161 DumpRegister32(os, "edi", context->__ss.__edi);
162 DumpRegister32(os, "esi", context->__ss.__esi);
163 DumpRegister32(os, "ebp", context->__ss.__ebp);
164 DumpRegister32(os, "esp", context->__ss.__esp);
167 DumpRegister32(os, "eip", context->__ss.__eip);
169 DumpRegister32(os, "eflags", context->__ss.__eflags)
    [all...]
  /art/runtime/arch/x86/
fault_handler_x86.cc 35 #define CTX_ESP uc_mcontext->__ss.__rsp
36 #define CTX_EIP uc_mcontext->__ss.__rip
37 #define CTX_EAX uc_mcontext->__ss.__rax
38 #define CTX_METHOD uc_mcontext->__ss.__rdi
39 #define CTX_JMP_BUF uc_mcontext->__ss.__rdi
42 #define CTX_ESP uc_mcontext->__ss.__esp
43 #define CTX_EIP uc_mcontext->__ss.__eip
44 #define CTX_EAX uc_mcontext->__ss.__eax
45 #define CTX_METHOD uc_mcontext->__ss.__eax
46 #define CTX_JMP_BUF uc_mcontext->__ss.__ea
    [all...]
  /art/test/004-SignalTest/
signaltest.cc 35 #define CTX_EIP uc_mcontext->__ss.__rip
38 #define CTX_EIP uc_mcontext->__ss.__eip