Searched refs:user_regs_struct (Results 1 - 25 of 30) sorted by relevance

12

/external/strace/linux/arc/
H A Darch_regs.c1 static struct user_regs_struct arc_regs;
/external/strace/linux/or1k/
H A Darch_regs.c1 static struct user_regs_struct or1k_regs;
/external/strace/linux/riscv/
H A Darch_regs.c1 static struct user_regs_struct riscv_regs;
/external/strace/linux/i386/
H A Darch_regs.c1 static struct user_regs_struct i386_regs;
/external/strace/linux/m68k/
H A Darch_regs.c1 static struct user_regs_struct m68k_regs;
/external/libunwind/src/coredump/
H A D_UCD_access_reg_linux.c91 [UNW_X86_EAX] = offsetof(struct user_regs_struct, eax) / sizeof(long),
92 [UNW_X86_EDX] = offsetof(struct user_regs_struct, edx) / sizeof(long),
93 [UNW_X86_ECX] = offsetof(struct user_regs_struct, ecx) / sizeof(long),
94 [UNW_X86_EBX] = offsetof(struct user_regs_struct, ebx) / sizeof(long),
95 [UNW_X86_ESI] = offsetof(struct user_regs_struct, esi) / sizeof(long),
96 [UNW_X86_EDI] = offsetof(struct user_regs_struct, edi) / sizeof(long),
97 [UNW_X86_EBP] = offsetof(struct user_regs_struct, ebp) / sizeof(long),
98 [UNW_X86_ESP] = offsetof(struct user_regs_struct, esp) / sizeof(long),
99 [UNW_X86_EIP] = offsetof(struct user_regs_struct, eip) / sizeof(long),
100 [UNW_X86_EFLAGS] = offsetof(struct user_regs_struct, eflag
[all...]
/external/strace/linux/s390/
H A Darch_regs.c2 static struct user_regs_struct s390_regset;
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.h55 user_regs_struct regs;
72 user_regs_struct regs;
/external/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace.h32 typedef struct user_regs_struct ptrace_regs;
/external/elfutils/backends/
H A Daarch64_initreg.c39 /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */
41 # define user_regs_struct user_pt_regs macro
59 struct user_regs_struct gregs;
H A Darm_initreg.c43 /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */
45 # define user_regs_struct user_pt_regs macro
74 struct user_regs_struct gregs;
H A Di386_initreg.c50 struct user_regs_struct user_regs;
H A Dx86_64_initreg.c50 struct user_regs_struct user_regs;
/external/google-breakpad/src/common/android/include/sys/
H A Duser.h96 struct user_regs_struct { struct
H A Dprocfs.h61 #define ELF_NGREG (sizeof(struct user_regs_struct) / sizeof(elf_greg_t))
/external/strace/linux/x86_64/
H A Darch_regs.c2 * On i386, pt_regs and user_regs_struct are the same,
3 * but on 64 bit x86, user_regs_struct has six more fields:
27 struct user_regs_struct x86_64_r;
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_mips.h78 } user_regs_struct; typedef in typeref:struct:__anon6769
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc22 typedef user_regs_struct regs_struct;
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc33 user_regs_struct regs;
/external/elfutils/tests/
H A Dbacktrace-data.c174 struct user_regs_struct user_regs;
306 struct user_regs_struct user_regs;
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h78 typedef user_regs_struct regs_struct;
115 typedef user_regs_struct regs_struct;
227 // On Mips we don't have structures like user_regs or user_regs_struct in
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dptrace_syscall.c17 /* Bitness-agnostic defines for user_regs_struct fields. */
197 struct user_regs_struct regs;
316 struct user_regs_struct regs;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc84 user_regs_struct regs;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc41 # include <sys/user.h> // for user_regs_struct
461 typedef user_regs_struct regs_struct;
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc81 // containing core registers, while they use 'user_regs_struct' on other
83 typedef user_regs user_regs_struct; typedef
155 user_regs_struct pr_reg; /* CPU registers */
211 user_regs_struct regs;
754 memcpy(&pr.pr_reg, &thread.regs, sizeof(user_regs_struct));

Completed in 1435 milliseconds

12