Home
last modified time | relevance | path

Searched refs:current_wordsize (Results 1 – 14 of 14) sorted by relevance

/external/strace/
Dexecve.c46 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()
Dsignal.c295 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()
Dresource.c65 #if !defined(current_wordsize) || current_wordsize == 4
108 if (current_wordsize == 4) in decode_rlimit()
Dutil.c178 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 …]
Ddesc.c104 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize; in decode_select()
245 if (current_wordsize < sizeof(*ptr)) {
Dio.c69 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()
Dsyscall.c271 # 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()
Ddefs.h698 # 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))
Dnet.c533 (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()
Dpathtrace.c273 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize; in pathtrace_match()
Dkexec.c55 const size_t sizeof_seg = ARRAY_SIZE(seg) * current_wordsize; in print_kexec_segments()
Dipc_msg.c89 if (current_wordsize == sizeof(long)) { in fetch_msgrcv_args()
Daio.c166 for (i = 0; i < nr; ++i, iocbs += current_wordsize) { in SYS_FUNC()
Dcount.c239 current_wordsize * 8); in call_summary()