Searched refs:iov_base (Results 1 – 11 of 11) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | __stdio_write.c | 6 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.c | 5 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 D | allocate.c | 107 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 D | safestack.c | 6 return __thrd_current()->unsafe_stack.iov_base; in __get_unsafe_stack_start()
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_create.c | 38 (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 D | pthread_detach.c | 13 (uintptr_t)t->tcb_region.iov_base, in __pthread_detach()
|
| A D | pthread_getattr_np.c | 9 a->_a_stackaddr = t->safe_stack.iov_base; in pthread_getattr_np()
|
| A D | pthread_join.c | 10 (uintptr_t)t->tcb_region.iov_base, in __pthread_join()
|
| /third_party/ulib/musl/src/env/ |
| A D | __libc_start_main.c | 56 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 D | alltypes.h | 313 void* iov_base; member
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 644 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