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

/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/i386/
H A Darch_regs.c1 static struct user_regs_struct i386_regs;
/external/strace/linux/s390/
H A Darch_regs.c2 static struct user_regs_struct s390_regset;
/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/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.h55 user_regs_struct regs;
72 user_regs_struct regs;
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cc24 user_regs_struct regs;
26 user_regs_struct * volatile pregs = &regs;
/external/elfutils/src/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:__anon5151
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cc27 user_regs_struct regs;
/external/elfutils/src/tests/
H A Dbacktrace-data.c172 struct user_regs_struct user_regs;
304 struct user_regs_struct user_regs;
H A Dbacktrace.c265 (void *) (intptr_t) offsetof (struct user_regs_struct, rip), jmp);
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc84 user_regs_struct regs;
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dfetch.c38 struct user_regs_struct regs;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc33 # include <sys/user.h> // for user_regs_struct
457 typedef user_regs_struct regs_struct;
H A Dsanitizer_platform_limits_posix.cc301 unsigned struct_user_regs_struct_sz = sizeof(struct user_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;
752 memcpy(&pr.pr_reg, &thread.regs, sizeof(user_regs_struct));
/external/valgrind/coregrind/
H A Dvgdb-invoker-ptrace.c523 newer glibc instead define user_regs_struct. */
525 static struct user_regs_struct user_save;
799 newer glibc instead define user_regs_struct. */
801 struct user_regs_struct user_mod;
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c58 struct user_regs_struct iregs;

Completed in 4380 milliseconds