/external/strace/tests-m32/ |
D | getcpu.c | 44 (unsigned *) tail_alloc(sizeof(*bogus_cpu)) + 1; in main() 46 (unsigned *) tail_alloc(sizeof(*bogus_node)) + 1; in main() 48 (unsigned *) tail_alloc(sizeof(*bogus_tcache)) + 1; in main() 53 long *tcache = tail_alloc(128); in main()
|
D | mmsg_name.c | 85 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 86 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 87 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 88 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 180 tail_alloc(sizeof(*recv_addr) * IOV_MAX1); in test_mmsg_name() 181 char *const recv_buf = tail_alloc(sizeof(*recv_buf) * IOV_MAX1); in test_mmsg_name() 182 struct iovec *const recv_iov = tail_alloc(sizeof(*recv_iov) * IOV_MAX1); in test_mmsg_name() 183 struct mmsghdr *const recv_mh = tail_alloc(sizeof(*recv_mh) * IOV_MAX1); in test_mmsg_name()
|
D | preadv.c | 69 char *buf = tail_alloc(LEN); in main() 112 void *r0 = tail_alloc(r_len); in main() 130 void *r1 = tail_alloc(r_len); in main() 131 void *r2 = tail_alloc(LENGTH_OF(w)); in main()
|
D | execve.c | 130 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 134 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 138 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 139 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | execveat.c | 136 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 140 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 144 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 145 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | pread64-pwrite64.c | 90 buf = tail_alloc(len); in test_dump() 135 char *nil = tail_alloc(1); in main() 146 void *r0 = tail_alloc(r0_len); in main() 151 void *r1 = tail_alloc(w_len); in main()
|
D | scm_rights.c | 45 void *data = tail_alloc(data_size); in main() 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() 97 cmsg = tail_alloc(cmsg_size); in main()
|
D | file_handle.c | 203 tail_alloc(sizeof(struct file_handle) + MAX_HANDLE_SZ); in main() 205 tail_alloc(sizeof(struct file_handle) + 0); in main() 207 tail_alloc(sizeof(struct file_handle) + 8); in main() 209 tail_alloc(sizeof(struct file_handle) + 128); in main() 211 tail_alloc(sizeof(struct file_handle) + 256); in main()
|
D | seccomp-filter.c | 51 struct sock_filter *const filter = tail_alloc(sizeof(*filter) * N); in main() 52 const void *const efault = tail_alloc(1); in main()
|
/external/strace/tests-mx32/ |
D | getcpu.c | 44 (unsigned *) tail_alloc(sizeof(*bogus_cpu)) + 1; in main() 46 (unsigned *) tail_alloc(sizeof(*bogus_node)) + 1; in main() 48 (unsigned *) tail_alloc(sizeof(*bogus_tcache)) + 1; in main() 53 long *tcache = tail_alloc(128); in main()
|
D | mmsg_name.c | 85 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 86 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 87 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 88 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 180 tail_alloc(sizeof(*recv_addr) * IOV_MAX1); in test_mmsg_name() 181 char *const recv_buf = tail_alloc(sizeof(*recv_buf) * IOV_MAX1); in test_mmsg_name() 182 struct iovec *const recv_iov = tail_alloc(sizeof(*recv_iov) * IOV_MAX1); in test_mmsg_name() 183 struct mmsghdr *const recv_mh = tail_alloc(sizeof(*recv_mh) * IOV_MAX1); in test_mmsg_name()
|
D | preadv.c | 69 char *buf = tail_alloc(LEN); in main() 112 void *r0 = tail_alloc(r_len); in main() 130 void *r1 = tail_alloc(r_len); in main() 131 void *r2 = tail_alloc(LENGTH_OF(w)); in main()
|
D | execve.c | 130 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 134 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 138 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 139 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | execveat.c | 136 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 140 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 144 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 145 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | pread64-pwrite64.c | 90 buf = tail_alloc(len); in test_dump() 135 char *nil = tail_alloc(1); in main() 146 void *r0 = tail_alloc(r0_len); in main() 151 void *r1 = tail_alloc(w_len); in main()
|
D | scm_rights.c | 45 void *data = tail_alloc(data_size); in main() 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() 97 cmsg = tail_alloc(cmsg_size); in main()
|
D | file_handle.c | 203 tail_alloc(sizeof(struct file_handle) + MAX_HANDLE_SZ); in main() 205 tail_alloc(sizeof(struct file_handle) + 0); in main() 207 tail_alloc(sizeof(struct file_handle) + 8); in main() 209 tail_alloc(sizeof(struct file_handle) + 128); in main() 211 tail_alloc(sizeof(struct file_handle) + 256); in main()
|
/external/strace/tests/ |
D | getcpu.c | 44 (unsigned *) tail_alloc(sizeof(*bogus_cpu)) + 1; in main() 46 (unsigned *) tail_alloc(sizeof(*bogus_node)) + 1; in main() 48 (unsigned *) tail_alloc(sizeof(*bogus_tcache)) + 1; in main() 53 long *tcache = tail_alloc(128); in main()
|
D | mmsg_name.c | 85 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 86 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 87 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 88 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 180 tail_alloc(sizeof(*recv_addr) * IOV_MAX1); in test_mmsg_name() 181 char *const recv_buf = tail_alloc(sizeof(*recv_buf) * IOV_MAX1); in test_mmsg_name() 182 struct iovec *const recv_iov = tail_alloc(sizeof(*recv_iov) * IOV_MAX1); in test_mmsg_name() 183 struct mmsghdr *const recv_mh = tail_alloc(sizeof(*recv_mh) * IOV_MAX1); in test_mmsg_name()
|
D | preadv.c | 69 char *buf = tail_alloc(LEN); in main() 112 void *r0 = tail_alloc(r_len); in main() 130 void *r1 = tail_alloc(r_len); in main() 131 void *r2 = tail_alloc(LENGTH_OF(w)); in main()
|
D | execve.c | 130 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 134 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 138 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 139 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | execveat.c | 136 char *const str_a = tail_alloc(DEFAULT_STRLEN + 2); in main() 140 char *const str_b = tail_alloc(DEFAULT_STRLEN + 2); in main() 144 char **const a = tail_alloc(sizeof(*a) * (DEFAULT_STRLEN + 2)); in main() 145 char **const b = tail_alloc(sizeof(*b) * (DEFAULT_STRLEN + 2)); in main()
|
D | pread64-pwrite64.c | 90 buf = tail_alloc(len); in test_dump() 135 char *nil = tail_alloc(1); in main() 146 void *r0 = tail_alloc(r0_len); in main() 151 void *r1 = tail_alloc(w_len); in main()
|
D | scm_rights.c | 45 void *data = tail_alloc(data_size); in main() 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() 97 cmsg = tail_alloc(cmsg_size); in main()
|
D | file_handle.c | 203 tail_alloc(sizeof(struct file_handle) + MAX_HANDLE_SZ); in main() 205 tail_alloc(sizeof(struct file_handle) + 0); in main() 207 tail_alloc(sizeof(struct file_handle) + 8); in main() 209 tail_alloc(sizeof(struct file_handle) + 128); in main() 211 tail_alloc(sizeof(struct file_handle) + 256); in main()
|