Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsys_thread_properties.cpp82 struct iovec pt_iov { .iov_base = &reg, .iov_len = sizeof(reg) }; in __get_bionic_tcb_for_thread() struct
83 if (ptrace(PTRACE_GETREGSET, tid, NT_ARM_TLS, &pt_iov) == 0) { in __get_bionic_tcb_for_thread()
93 struct iovec pt_iov = { .iov_base = &regs, .iov_len = sizeof(regs) }; in __get_bionic_tcb_for_thread() local
94 if (ptrace(PTRACE_GETREGSET, tid, NT_PRSTATUS, &pt_iov) == 0) { in __get_bionic_tcb_for_thread()
103 struct iovec pt_iov = { .iov_base = &regs, .iov_len = sizeof(regs) }; in __get_bionic_tcb_for_thread() local
104 if (ptrace(PTRACE_GETREGSET, tid, NT_PRSTATUS, &pt_iov) == 0) { in __get_bionic_tcb_for_thread()