HomeSort by relevance Sort by last modified time
    Searched refs:current_wordsize (Results 1 - 17 of 17) sorted by null

  /external/strace/
execve.c 46 const unsigned int wordsize = current_wordsize;
90 for (; addr; addr += current_wordsize, ++count) {
91 if (umoven(tcp, addr, current_wordsize, &cp)) {
msghdr.c 42 #ifndef current_wordsize
53 #ifndef current_wordsize
263 #ifndef current_wordsize
264 (current_wordsize < sizeof(long)) ? sizeof(struct cmsghdr32) :
283 #ifndef current_wordsize
284 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_len :
288 #ifndef current_wordsize
289 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_level :
293 #ifndef current_wordsize
294 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_type
    [all...]
affinity.c 70 (umove_size + current_wordsize - 1) & -current_wordsize;
ipc_shm.c 80 if (umoven(tcp, tcp->u_arg[2], current_wordsize, &u) < 0)
82 tcp->u_rval = (sizeof(u.r32) == current_wordsize)
ipc_msg.c 92 if (current_wordsize == sizeof(*pair)) {
114 current_wordsize == 8 ||
numa.c 49 const unsigned int bits_per_long = 8 * current_wordsize;
60 print_array(tcp, addr, nmemb, &buf, current_wordsize,
167 print_array(tcp, tcp->u_arg[2], npages, &buf, current_wordsize,
resource.c 65 #if !defined(current_wordsize) || current_wordsize == 4
102 * When current_personality is X32, current_wordsize
111 #else /* defined(current_wordsize) && current_wordsize != 4 */
signal.c 243 * Here len is usually equal to NSIG_BYTES or current_wordsize.
260 print_sigset_addr_len_limit(tcp, addr, len, current_wordsize);
307 #ifndef current_wordsize
308 if (current_wordsize < sizeof(sa.sa_handler__)) {
413 print_sigset_addr_len(tcp, tcp->u_arg[1], current_wordsize);
417 print_sigset_addr_len(tcp, tcp->u_arg[2], current_wordsize);
445 print_sigset_addr_len(tcp, tcp->u_arg[0], current_wordsize);
498 #ifndef current_wordsize
499 if (current_wordsize < sizeof(sa.sa_handler__)) {
kexec.c 75 const size_t sizeof_seg = ARRAY_SIZE(seg) * current_wordsize;
syscall.c 249 # ifndef current_wordsize
250 unsigned current_wordsize; variable
312 # ifndef current_wordsize
313 current_wordsize = personality_wordsize[personality];
366 if (umoven(tcp, tcp->u_arg[1], nargs * current_wordsize, buf) < 0)
375 tcp->u_arg[i] = (sizeof(uint32_t) == current_wordsize)
392 if (current_wordsize == 8)
924 if (current_wordsize < sizeof(tcp->u_rval)) {
939 if (current_wordsize < sizeof(tcp->u_rval)) {
1065 tprints(current_wordsize == 4 ? "[????????]
    [all...]
util.c 185 * current_wordsize wide words: for example, is current_wordsize is 4,
197 unsigned pos_xor_mask = little_endian ? 0 : current_wordsize-1;
513 #ifndef current_wordsize
518 if (current_wordsize > sizeof(int)) {
528 if (current_wordsize > sizeof(int)) {
534 #endif /* !current_wordsize */
954 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64))
956 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base)
958 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len
    [all...]
defs.h 751 # define current_wordsize PERSONALITY0_WORDSIZE macro
755 # define current_wordsize PERSONALITY0_WORDSIZE macro
757 extern unsigned current_wordsize;
768 && (SIZEOF_LONG < SIZEOF_KERNEL_LONG_T || !defined(current_wordsize)))
786 #ifndef current_wordsize
799 #elif current_wordsize > 4
806 #else /* current_wordsize == 4 */
839 if (current_wordsize < sizeof(v)) {
852 if (current_wordsize < sizeof(v)) {
desc.c 97 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
pathtrace.c 286 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
aio.c 194 print_array(tcp, addr, nr, &iocbp, current_wordsize,
count.c 239 current_wordsize * 8);
io.c 122 print_array(tcp, addr, len, iov, current_wordsize * 2,

Completed in 98 milliseconds