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

  /external/strace/
syscall.c 719 # define x86_64_regs x86_regs_union.x86_64_r macro
815 tprintf("[%016lx] ", (unsigned long) x86_64_regs.rip);
818 tprintf("[%08lx] ", (unsigned long) x86_64_regs.rip);
1094 x86_io.iov_len = sizeof(x86_64_regs);
1095 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs);
1096 if (!get_regs_error && x86_64_regs.cs == 0x23) {
1099 * The order is important: i386_regs and x86_64_regs
1102 i386_regs.ebx = x86_64_regs.rbx;
1103 i386_regs.ecx = x86_64_regs.rcx;
1104 i386_regs.edx = x86_64_regs.rdx
    [all...]
  /external/elfutils/0.153/backends/
Makefile.am 60 x86_64_retval.c x86_64_regs.c i386_auxv.c x86_64_syscall.c

Completed in 182 milliseconds