Searched refs:current_wordsize (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | execve.c | 46 const unsigned wordsize = current_wordsize; in printargv() 70 for (count = 0; !umoven(tcp, addr, current_wordsize, &cp) && cp; count++) { in printargc() 71 addr += current_wordsize; in printargc()
|
D | signal.c | 295 if (current_wordsize != sizeof(sa.__sa_handler) && current_wordsize == 4) { in decode_old_sigaction() 439 print_sigset_addr_len(tcp, tcp->u_arg[1], current_wordsize); in SYS_FUNC() 443 print_sigset_addr_len(tcp, tcp->u_arg[2], current_wordsize); in SYS_FUNC() 473 print_sigset_addr_len(tcp, tcp->u_arg[0], current_wordsize); in SYS_FUNC() 527 if (current_wordsize != sizeof(sa.sa_flags) && current_wordsize == 4) { in decode_new_sigaction()
|
D | resource.c | 65 #if !defined(current_wordsize) || current_wordsize == 4 108 if (current_wordsize == 4) in decode_rlimit()
|
D | util.c | 178 unsigned pos_xor_mask = little_endian ? 0 : current_wordsize-1; in next_set_bit() 243 if (current_wordsize > 4) { 446 if (current_wordsize > sizeof(int)) { 853 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64)) 855 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base) 857 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len) 1033 if (current_wordsize < sizeof(addr)) 1034 addr &= (1ul << 8 * current_wordsize) - 1; 1147 if (current_wordsize < sizeof(*ptr)) { 1161 if (current_wordsize < sizeof(*ptr)) { [all …]
|
D | desc.c | 104 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize; in decode_select() 245 if (current_wordsize < sizeof(*ptr)) {
|
D | io.c | 69 const unsigned long sizeof_iov = current_wordsize * 2; in tprint_iov_upto() 188 if (current_wordsize == sizeof(long)) in print_llu_from_low_high_val() 195 ((unsigned long) tcp->u_arg[arg + 1] << current_wordsize * 8) in print_llu_from_low_high_val()
|
D | syscall.c | 271 # ifndef current_wordsize 272 unsigned current_wordsize; variable 323 # ifndef current_wordsize in set_personality() 324 current_wordsize = personality_wordsize[personality]; in set_personality() 580 if (sizeof(tcp->u_arg[0]) == current_wordsize) { in decode_socket_subcall() 1056 if (current_wordsize < sizeof(long)) in trace_syscall_exiting() 1175 if (current_wordsize < sizeof(val)) { in is_negated_errno() 1213 tprints(current_wordsize == 4 ? "[????????] " in print_pc() 1216 tprintf(current_wordsize == 4 ? "[%08lx] " : "[%016lx] ", in print_pc()
|
D | defs.h | 698 # define current_wordsize PERSONALITY0_WORDSIZE macro 701 # define current_wordsize PERSONALITY0_WORDSIZE macro 703 extern unsigned current_wordsize; 712 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v))
|
D | net.c | 533 (current_wordsize < sizeof(long)) ? sizeof(struct cmsghdr32) : in printcmsghdr() 551 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_len : in printcmsghdr() 556 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_level : in printcmsghdr() 561 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_type : in printcmsghdr() 583 cmsg_len = (cmsg_len + current_wordsize - 1) & in printcmsghdr() 584 (size_t) ~(current_wordsize - 1); in printcmsghdr() 661 if (current_wordsize == 4) { in extractmsghdr() 678 if (current_wordsize == 4) { in extractmmsghdr()
|
D | pathtrace.c | 273 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize; in pathtrace_match()
|
D | kexec.c | 55 const size_t sizeof_seg = ARRAY_SIZE(seg) * current_wordsize; in print_kexec_segments()
|
D | ipc_msg.c | 89 if (current_wordsize == sizeof(long)) { in fetch_msgrcv_args()
|
D | aio.c | 166 for (i = 0; i < nr; ++i, iocbs += current_wordsize) { in SYS_FUNC()
|
D | count.c | 239 current_wordsize * 8); in call_summary()
|