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

/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_ucontext.h12 // We also need greg_t for the sandbox, include it in this header as well.
13 typedef uint64_t greg_t; typedef
H A Darm_linux_ucontext.h48 // We also need greg_t for the sandbox, include it in this header as well.
49 typedef unsigned long greg_t; typedef
H A Dx86_64_linux_ucontext.h42 typedef uint64_t greg_t; typedef
45 greg_t gregs[23];
H A Di386_linux_ucontext.h47 typedef uint32_t greg_t; typedef
H A Dmips_linux_ucontext.h16 // We also need greg_t for the sandbox, include it in this header as well.
17 typedef unsigned long greg_t; typedef
/external/valgrind/memcheck/tests/solaris/
H A Dthr_daemon_exit_standalone.c155 ucontext.uc_mcontext.gregs[EIP] = (greg_t) thread_func;
156 ucontext.uc_mcontext.gregs[UESP] = (greg_t) stack;
157 ucontext.uc_mcontext.gregs[EBP] = (greg_t) stack;
160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func;
161 ucontext.uc_mcontext.gregs[REG_RSP] = (greg_t) stack;
162 ucontext.uc_mcontext.gregs[REG_RBP] = (greg_t) stack;
/external/kernel-headers/original/uapi/linux/
H A Delfcore.h20 typedef elf_greg_t greg_t; typedef
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dsyscall.cc390 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val);
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Ducontext_reader.cc53 const greg_t* regs = uc->uc_mcontext.gregs;
101 const greg_t* regs = uc->uc_mcontext.gregs;
/external/libchrome/base/debug/
H A Dstack_trace_posix.cc313 greg_t value;

Completed in 189 milliseconds