OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_64_regs
(Results
1 - 8
of
8
) sorted by null
/external/strace/linux/x86_64/
getregs_old.c
9
get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &
x86_64_regs
);
13
if (
x86_64_regs
.cs == 0x23) {
16
* The order is important: i386_regs and
x86_64_regs
19
i386_regs.ebx =
x86_64_regs
.rbx;
20
i386_regs.ecx =
x86_64_regs
.rcx;
21
i386_regs.edx =
x86_64_regs
.rdx;
22
i386_regs.esi =
x86_64_regs
.rsi;
23
i386_regs.edi =
x86_64_regs
.rdi;
24
i386_regs.ebp =
x86_64_regs
.rbp;
25
i386_regs.eax =
x86_64_regs
.rax
[
all
...]
get_syscall_args.c
3
tcp->u_arg[0] =
x86_64_regs
.rdi;
4
tcp->u_arg[1] =
x86_64_regs
.rsi;
5
tcp->u_arg[2] =
x86_64_regs
.rdx;
6
tcp->u_arg[3] =
x86_64_regs
.r10;
7
tcp->u_arg[4] =
x86_64_regs
.r8;
8
tcp->u_arg[5] =
x86_64_regs
.r9;
10
tcp->ext_arg[0] =
x86_64_regs
.rdi;
11
tcp->ext_arg[1] =
x86_64_regs
.rsi;
12
tcp->ext_arg[2] =
x86_64_regs
.rdx;
13
tcp->ext_arg[3] =
x86_64_regs
.r10
[
all
...]
print_pc.c
4
tprintf(fmt, (unsigned long)
x86_64_regs
.rip);
get_scno.c
21
scno =
x86_64_regs
.orig_rax;
32
if ((long long)
x86_64_regs
.orig_rax != -1) {
48
scno =
x86_64_regs
.orig_rax;
49
switch (
x86_64_regs
.cs) {
52
if (
x86_64_regs
.ds == 0x2b) {
61
"PID=%d\n", (int)
x86_64_regs
.cs, tcp->pid);
70
unsigned long call, rip =
x86_64_regs
.rip;
get_error.c
11
rax =
x86_64_regs
.rax;
arch_regs.c
30
#define
x86_64_regs
x86_regs_union.x86_64_r
macro
34
uint64_t *const x86_64_rsp_ptr = (uint64_t *) &
x86_64_regs
.rsp;
/external/elfutils/src/backends/
Makefile.am
60
x86_64_retval.c
x86_64_regs
.c i386_auxv.c x86_64_syscall.c \
Makefile
181
x86_64_retval.$(OBJEXT)
x86_64_regs
.$(OBJEXT) \
416
x86_64_retval.c
x86_64_regs
.c i386_auxv.c x86_64_syscall.c \
656
include ./$(DEPDIR)/
x86_64_regs
.Po
[
all
...]
Completed in 563 milliseconds