Home
last modified time | relevance | path

Searched refs:i386_regs (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dsyscall.c685 static struct user_regs_struct i386_regs; variable
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); in print_pc()
811 if (x86_io.iov_len == sizeof(i386_regs)) { in print_pc()
812 tprintf("[%08x] ", (unsigned) i386_regs.eip); in print_pc()
1091 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &i386_regs); in get_regs()
1097 x86_io.iov_len = sizeof(i386_regs); in get_regs()
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delfcore.h67 typedef struct i386_regs { /* Normal (non-FPU) CPU registers */ struct
90 } i386_regs; argument
119 struct i386_regs uregs;
172 struct i386_regs uregs;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delfcore.h67 typedef struct i386_regs { /* Normal (non-FPU) CPU registers */ struct
90 } i386_regs; argument
119 struct i386_regs uregs;
172 struct i386_regs uregs;
/external/elfutils/0.153/backends/
DChangeLog311 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
338 * i386_regs.c (i386_register_name): Renamed i386_register_info.
370 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
432 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
437 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
439 * i386_regs.c: New file.
DMakefile.am50 i386_retval.c i386_regs.c i386_auxv.c i386_syscall.c
DMakefile.in72 i386_retval.$(OBJEXT) i386_regs.$(OBJEXT) i386_auxv.$(OBJEXT) \
284 i386_retval.c i386_regs.c i386_auxv.c i386_syscall.c
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386_regs.Po@am__quote@
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-checker.cc1039 i386_regs thread_regs; in IgnoreLiveThreadsLocked()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-checker.cc1039 i386_regs thread_regs; in IgnoreLiveThreadsLocked()