Searched refs:i386_regs (Results 1 - 6 of 6) sorted by relevance

/external/strace/
H A Dsyscall.c685 static struct user_regs_struct i386_regs; variable in typeref:struct:user_regs_struct
687 uint32_t *const i386_esp_ptr = (uint32_t*)&i386_regs.esp;
688 # define ARCH_REGS_FOR_GETREGSET i386_regs
720 # define i386_regs x86_regs_union.i386_r macro
721 uint32_t *const i386_esp_ptr = &i386_regs.esp;
798 tprintf("[%08lx] ", i386_regs.eip);
811 if (x86_io.iov_len == sizeof(i386_regs)) {
812 tprintf("[%08x] ", (unsigned) i386_regs.eip);
1091 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &i386_regs);
1097 x86_io.iov_len = sizeof(i386_regs);
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delfcore.h67 typedef struct i386_regs { /* Normal (non-FPU) CPU registers */ struct
90 } i386_regs; typedef in typeref:struct:i386_regs
119 struct i386_regs uregs;
172 struct i386_regs uregs;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delfcore.h67 typedef struct i386_regs { /* Normal (non-FPU) CPU registers */ struct
90 } i386_regs; typedef in typeref:struct:i386_regs
119 struct i386_regs uregs;
172 struct i386_regs uregs;
/external/elfutils/0.153/backends/
H A DMakefile.am50 i386_retval.c i386_regs.c i386_auxv.c i386_syscall.c
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc83 #include "base/elfcore.h" // for i386_regs
1039 i386_regs thread_regs;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc83 #include "base/elfcore.h" // for i386_regs
1039 i386_regs thread_regs;

Completed in 643 milliseconds