Home
last modified time | relevance | path

Searched refs:iov64 (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dio.c71 struct { u_int64_t base; u_int64_t len; } iov64; in tprint_iov_upto() member
74 (current_wordsize == 4 ? sizeof(iov.iov32) : sizeof(iov.iov64)) in tprint_iov_upto()
76 (current_wordsize == 4 ? (uint64_t) iov.iov32.base : iov.iov64.base) in tprint_iov_upto()
78 (current_wordsize == 4 ? (uint64_t) iov.iov32.len : iov.iov64.len) in tprint_iov_upto()
Dutil.c813 struct { u_int64_t base; u_int64_t len; } *iov64; in dumpiov() member
815 #define iov iovu.iov64 in dumpiov()
817 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64)) in dumpiov()
819 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base) in dumpiov()
821 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len) in dumpiov()