Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/stdio/
A D__stdio_write.c6 struct iovec iovs[2] = {{.iov_base = f->wbase, .iov_len = f->wpos - f->wbase}, in __stdio_write()
7 {.iov_base = (void*)buf, .iov_len = len}}; in __stdio_write()
30 iov[0].iov_base = (char*)iov[0].iov_base + cnt; in __stdio_write()
A D__stdio_read.c5 struct iovec iov[2] = {{.iov_base = buf, .iov_len = len - !!f->buf_size}, in __stdio_read()
6 {.iov_base = f->buf, .iov_len = f->buf_size}}; in __stdio_read()
/third_party/ulib/musl/src/thread/
A Dallocate.c107 region->iov_base = (void*)addr; in map_block()
116 mapping->iov_base = (void*)addr; in map_block()
170 thrd_t td = copy_tls(tcb.iov_base, tcb.iov_len); in __allocate_thread()
196 (uintptr_t)tcb_region.iov_base, tcb_region.iov_len); in __allocate_thread()
205 (uintptr_t)td->safe_stack_region.iov_base, in __allocate_thread()
208 (uintptr_t)tcb_region.iov_base, tcb_region.iov_len); in __allocate_thread()
219 (uintptr_t)td->unsafe_stack.iov_base + td->unsafe_stack.iov_len; in __allocate_thread()
A Dsafestack.c6 return __thrd_current()->unsafe_stack.iov_base; in __get_unsafe_stack_start()
/third_party/ulib/musl/pthread/
A Dpthread_create.c38 (uintptr_t)region->iov_base, region->iov_len); in deallocate_region()
72 new->safe_stack.iov_base, new->safe_stack.iov_len); in __pthread_create()
87 (uintptr_t)new->safe_stack.iov_base, in __pthread_create()
120 (uintptr_t)self->tcb_region.iov_base, in final_exit()
157 [base]"r"(self->tcb_region.iov_base), in finish_exit()
A Dpthread_detach.c13 (uintptr_t)t->tcb_region.iov_base, in __pthread_detach()
A Dpthread_getattr_np.c9 a->_a_stackaddr = t->safe_stack.iov_base; in pthread_getattr_np()
A Dpthread_join.c10 (uintptr_t)t->tcb_region.iov_base, in __pthread_join()
/third_party/ulib/musl/src/env/
A D__libc_start_main.c56 p->td->safe_stack.iov_base, in start_main()
177 [base]"r"(p.td->safe_stack.iov_base), in __libc_start_main()
185 [base]"r"(p.td->safe_stack.iov_base), in __libc_start_main()
/third_party/ulib/musl/include/bits/
A Dalltypes.h313 void* iov_base; member
/third_party/ulib/musl/ldso/
A Ddynlink.c644 dso->build_id_log.iov_base = buffer; in format_build_id_log()
825 _dl_log_write(dso->build_id_log.iov_base, dso->build_id_log.iov_len); in log_dso()

Completed in 19 milliseconds