OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_eax
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/i386/include/
reg.h
77
int
r_eax
;
member in struct:reg
ptrace.h
113
#define PTRACE_REG_INTRV(r) (r)->
r_eax
/src/tests/lib/libc/sys/
t_ptrace_i386_wait.h
69
DPRINTF("EAX=%#" PRIxREGISTER "\n", r.
r_eax
);
t_ptrace_x86_wait.h
3694
ATF_CHECK_EQ((uint32_t)gpr.
r_eax
, expected[0].u32);
3973
gpr.
r_eax
= expected[0].u32;
/src/sys/compat/linux/arch/i386/
linux_ptrace.c
232
linux_regs->eax = regs->
r_eax
;
235
linux_regs->orig_eax = regs->
r_eax
; /* XXX is this correct? */
253
regs->
r_eax
= linux_regs->eax;
/src/sys/arch/amd64/include/
netbsd32_machdep.h
115
int
r_eax
;
member in struct:reg32
/src/sys/arch/i386/i386/
process_machdep.c
125
regs->
r_eax
= tf->tf_eax;
177
tf->tf_eax = regs->
r_eax
;
/src/sys/arch/amd64/amd64/
netbsd32_machdep.c
372
regs->
r_eax
= tf->tf_rax & 0xffffffff;
438
tf->tf_rax = regs->
r_eax
;
Completed in 20 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025