Home
last modified time | relevance | path

Searched refs:greg_t (Results 1 – 12 of 12) 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/linux-kselftest/tools/testing/selftests/x86/
Dsigreturn.c331 static greg_t *ssptr(ucontext_t *ctx) in ssptr()
336 static greg_t *csptr(ucontext_t *ctx) in csptr()
485 greg_t asm_ss = ctx->uc_mcontext.gregs[REG_AX]; in sigtrap()
612 greg_t req = requested_regs[i], res = resulting_regs[i]; in test_valid_sigreturn()
Dmpx-mini-test.c423 (greg_t)get_next_inst_ip((uint8_t *)ip); in handler()
435 (greg_t)get_next_inst_ip((uint8_t *)ip); in handler()
/external/kernel-headers/original/uapi/linux/
Delfcore.h20 typedef elf_greg_t greg_t; typedef
/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/sandbox/linux/seccomp-bpf/
Dsyscall.cc401 SECCOMP_RESULT(ctx) = static_cast<greg_t>(ret_val); in PutValueInUcontext()
/external/libchrome/base/debug/
Dstack_trace_posix.cc312 greg_t value; in StackDumpSignalHandler()