Lines Matching refs:__v
1729 struct iovec __v; \
1731 __v.iov_base = &__nr; \
1732 __v.iov_len = sizeof(__nr); \
1734 NT_ARM_SYSTEM_CALL, &__v)); \
1891 struct iovec __v; \
1892 __v.iov_base = &(_regs); \
1893 __v.iov_len = sizeof(_regs); \
1894 ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
1897 struct iovec __v; \
1898 __v.iov_base = &(_regs); \
1899 __v.iov_len = sizeof(_regs); \
1900 ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &__v); \