Searched refs:pt_iov (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | sys_thread_properties.cpp | 82 struct iovec pt_iov { .iov_base = ®, .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 = ®s, .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 = ®s, .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()
|