OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_regs_struct
(Results
26 - 50
of
50
) sorted by null
1
2
/development/ndk/platforms/android-9/arch-x86/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
elf.h
26
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/bionic/libthread_db/
libthread_db.c
86
*
user_regs_struct
in user_32.h
95
* param, so grab it from ecx at offset 4 in struct
user_regs_struct
/external/kernel-headers/original/asm-x86/
user_32.h
77
struct
user_regs_struct
{
struct
93
struct
user_regs_struct
regs; /* Where the registers are actually stored */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h
77
struct
user_regs_struct
{
struct
93
struct
user_regs_struct
regs; /* Where the registers are actually stored */
user_64.h
67
struct
user_regs_struct
{
struct
82
struct
user_regs_struct
regs; /* Where the registers are actually stored */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
procfs.h
42
user_regs_struct
' directly in the typedef, but tradition says that
45
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
user_32.h
77
struct
user_regs_struct
{
struct
93
struct
user_regs_struct
regs; /* Where the registers are actually stored */
user_64.h
67
struct
user_regs_struct
{
struct
82
struct
user_regs_struct
regs; /* Where the registers are actually stored */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
procfs.h
42
user_regs_struct
' directly in the typedef, but tradition says that
45
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
user_32.h
77
struct
user_regs_struct
{
struct
93
struct
user_regs_struct
regs; /* Where the registers are actually stored */
user_64.h
67
struct
user_regs_struct
{
struct
82
struct
user_regs_struct
regs; /* Where the registers are actually stored */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
procfs.h
42
user_regs_struct
' directly in the typedef, but tradition says that
45
#define ELF_NGREG (sizeof (struct
user_regs_struct
) / sizeof(elf_greg_t))
/system/core/libcorkscrew/arch-mips/
backtrace-mips.c
47
}
user_regs_struct
;
typedef in typeref:struct:__anon62698
179
user_regs_struct
regs;
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc
30
# include <sys/user.h> // for
user_regs_struct
374
typedef
user_regs_struct
regs_struct;
sanitizer_platform_limits_posix.cc
176
unsigned struct_user_regs_struct_sz = sizeof(struct
user_regs_struct
);
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
README_DEVELOPERS
280
i.e. assign the relevant registers in the struct
user_regs_struct
, and push
/external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c
581
//
user_regs_struct
. It is never a pointer into this process's memory
[
all
...]
syswrap-arm-linux.c
[
all
...]
syswrap-x86-linux.c
[
all
...]
/external/valgrind/main/include/vki/
vki-s390x-linux.h
754
* The
user_regs_struct
defines the way the user registers are
Completed in 4380 milliseconds
1
2