Searched refs:greg_t (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dandroid_arm64_ucontext.h11 // We also need greg_t for the sandbox, include it in this header as well.
12 typedef uint64_t greg_t; typedef
H A Dandroid_arm_ucontext.h11 // We also need greg_t for the sandbox, include it in this header as well.
12 typedef unsigned long greg_t; typedef
H A Dandroid_x86_64_ucontext.h40 typedef uint64_t greg_t; typedef
43 greg_t gregs[23];
H A Dandroid_i386_ucontext.h35 typedef uint32_t greg_t; typedef
H A Dandroid_mips_ucontext.h14 // We also need greg_t for the sandbox, include it in this header as well.
15 typedef unsigned long greg_t; typedef
/external/kernel-headers/original/uapi/linux/
H A Delfcore.h20 typedef elf_greg_t greg_t; typedef
/external/compiler-rt/android/include/sys/
H A Ducontext.h66 typedef uint32_t greg_t; typedef
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.cc397 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_nec.h80 _MD_GET_SP(thread) = (greg_t) _sp - 64; \
H A D_sony.h71 _MD_GET_SP(_thread) = (greg_t) (_sp) - 64; \
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc291 greg_t value;
/external/qemu/
H A Dcpu-exec.c1190 greg_t pc = uc->uc_mcontext.pc;

Completed in 3128 milliseconds