OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_arg
(Results
1 - 6
of
6
) sorted by null
/external/strace/
syscall.c
[
all
...]
mem.c
154
offset = tcp->
ext_arg
[5];
file.c
396
* which means that on x32 we need to use tcp->
ext_arg
[N] to get offset argument.
408
offset = tcp->
ext_arg
[1];
449
* for hi and lo. We would need to use tcp->
ext_arg
[N] on x32...
[
all
...]
util.c
251
tprintf(format, tcp->
ext_arg
[arg_no]);
255
tprintf(format, tcp->
ext_arg
[arg_no]);
[
all
...]
defs.h
412
long long
ext_arg
[MAX_ARGS];
member in struct:tcb
ChangeLog-CVS
783
(struct tcb): Add
ext_arg
for MIPS N32.
786
* file.c (sys_lseek): Use
ext_arg
for MIPS N32.
791
(sys_mmap): Use
ext_arg
for MIPS N32.
[
all
...]
Completed in 237 milliseconds