OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proc_archdep
(Results
1 - 5
of
5
) sorted by null
/external/ltrace/sysdeps/linux-gnu/sparc/
regs.c
33
proc_archdep
*a = (
proc_archdep
*) (proc->arch_ptr);
42
proc_archdep
*a = (
proc_archdep
*) (proc->arch_ptr);
50
proc_archdep
*a = (
proc_archdep
*) (proc->arch_ptr);
59
proc_archdep
*a = (
proc_archdep
*) (proc->arch_ptr);
trace.c
36
proc_archdep
*a;
38
proc->arch_ptr = (void *)malloc(sizeof(
proc_archdep
));
39
a = (
proc_archdep
*) (proc->arch_ptr);
57
*sysnum = ((
proc_archdep
*) proc->arch_ptr)->regs.u_regs[UREG_G0];
74
proc_archdep
*a = (
proc_archdep
*) proc->arch_ptr;
ptrace.h
41
}
proc_archdep
;
typedef in typeref:struct:__anon30425
/external/ltrace/sysdeps/linux-gnu/arm/
ptrace.h
29
}
proc_archdep
;
typedef in typeref:struct:__anon30407
trace.c
51
proc_archdep
*a;
54
proc->arch_ptr = (void *)malloc(sizeof(
proc_archdep
));
55
a = (
proc_archdep
*) (proc->arch_ptr);
Completed in 474 milliseconds