OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mask_32bit
(Results
1 - 6
of
6
) sorted by null
/external/ltrace/sysdeps/linux-gnu/s390/
regs.c
54
if (proc->
mask_32bit
)
65
if (proc->
mask_32bit
)
80
if (proc->
mask_32bit
)
92
if (proc->
mask_32bit
)
trace.c
57
proc->
mask_32bit
= 1;
/external/ltrace/sysdeps/linux-gnu/x86/
trace.c
60
/* Unfortunately there are still remnants of
mask_32bit
uses
64
proc->
mask_32bit
= 0;
67
proc->
mask_32bit
= 1;
70
proc->
mask_32bit
= 0;
/external/ltrace/
proc.h
98
int
mask_32bit
; /* 1 if 64-bit ltrace is tracing 32-bit process */
member in struct:process
/external/ltrace/sysdeps/linux-gnu/ppc/
trace.c
55
proc->
mask_32bit
= (proc->e_machine == EM_PPC);
/external/ltrace/sysdeps/linux-gnu/
proc.c
285
if (sizeof(long) == 4 || proc->
mask_32bit
)
Completed in 65 milliseconds