HomeSort by relevance Sort by last modified time
    Searched refs:i386_regs (Results 1 - 6 of 6) sorted by null

  /external/strace/
syscall.c 685 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/
elfcore.h 67 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/
elfcore.h 67 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/
Makefile.am 50 i386_retval.c i386_regs.c i386_auxv.c i386_syscall.c
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 83 #include "base/elfcore.h" // for i386_regs
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 83 #include "base/elfcore.h" // for i386_regs
    [all...]

Completed in 645 milliseconds