strace/linux/x32
Dmitry V. Levin 2c42f32518 Do not use off_t in sendfile decoding
sendfile parser used to decode off_t* parameter as a pointer to host
off_t type.  With this change, it is decoded as a pointer to target long
type.

* io.c (print_off_t): New function.
(sys_sendfile): Use it.
* linux/aarch64/syscallent1.h: Use sys_sendfile64 for sendfile decoding.
* linux/tile/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Use sys_sendfile64 for sendfile64 decoding.
* linux/metag/syscallent.h: Correct sendfile syscall name.
* linux/or1k/syscallent.h: Likewise.
2013-03-20 14:38:20 +00:00
..
errnoent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
errnoent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
ioctlent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
ioctlent.h.in Add x32 support to strace 2012-04-16 13:00:01 +02:00
signalent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
signalent.h Add x32 support to strace 2012-04-16 13:00:01 +02:00
syscallent1.h Use the same style of includes in linux/*/* files 2013-02-20 12:38:14 +01:00
syscallent.h Do not use off_t in sendfile decoding 2013-03-20 14:38:20 +00:00