Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/solaris/
Dthr_daemon_exit_standalone.c155 ucontext.uc_mcontext.gregs[EIP] = (greg_t) thread_func; in lwp_create()
156 ucontext.uc_mcontext.gregs[UESP] = (greg_t) stack; in lwp_create()
157 ucontext.uc_mcontext.gregs[EBP] = (greg_t) stack; in lwp_create()
160 ucontext.uc_mcontext.gregs[REG_RIP] = (greg_t) thread_func; in lwp_create()
161 ucontext.uc_mcontext.gregs[REG_RSP] = (greg_t) stack; in lwp_create()
162 ucontext.uc_mcontext.gregs[REG_RBP] = (greg_t) stack; in lwp_create()
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_ucontext.h42 typedef uint64_t greg_t; typedef
45 greg_t gregs[23];
Darm64_linux_ucontext.h13 typedef uint64_t greg_t; typedef
Darm_linux_ucontext.h49 typedef unsigned long greg_t; typedef
Dmips_linux_ucontext.h17 typedef unsigned long greg_t; typedef
Di386_linux_ucontext.h47 typedef uint32_t greg_t; typedef
/external/kernel-headers/original/uapi/linux/
Delfcore.h20 typedef elf_greg_t greg_t; typedef
/external/libchrome/sandbox/linux/seccomp-bpf/
Dsyscall.cc390 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val); in PutValueInUcontext()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc53 const greg_t* regs = uc->uc_mcontext.gregs; in FillCPUContext()
101 const greg_t* regs = uc->uc_mcontext.gregs;
/external/libchrome/base/debug/
Dstack_trace_posix.cc313 greg_t value; in StackDumpSignalHandler()