Searched defs:current_wordsize (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A 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))
H A Dsyscall.c271 # ifndef current_wordsize
272 unsigned current_wordsize; variable
323 # ifndef current_wordsize
324 current_wordsize = personality_wordsize[personality];
580 if (sizeof(tcp->u_arg[0]) == current_wordsize) {
1056 if (current_wordsize < sizeof(long))
1175 if (current_wordsize < sizeof(val)) {
1181 * current_wordsize is 4 even in personality 0 (native X32)
1183 * can't check current_wordsize here!
1213 tprints(current_wordsize
[all...]

Completed in 89 milliseconds