Searched refs:__WORDSIZE (Results 1 – 17 of 17) sorted by relevance
26 +# define __WORDSIZE 6428 +# define __WORDSIZE 3230 +#define __ELF_NATIVE_CLASS __WORDSIZE
6 Do not use __WORDSIZE which is for libc internal use30 -#if __WORDSIZE == 6434 -#elif __WORDSIZE == 32
10 #if __WORDSIZE == 3226 #elif __WORDSIZE == 64
7 #ifndef __WORDSIZE8 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro12 # define BITS_PER_LONG __WORDSIZE
131 # define __WORDSIZE 64 macro133 # define __WORDSIZE 32 macro139 #define __WORDSIZE 32 macro
253 #if __WORDSIZE == 64
29 # define __WORDSIZE 6432 # define __WORDSIZE 3236 +# define __WORDSIZE 3268 -#define __WORDSIZE 32
10 #define BITS_PER_LONG __WORDSIZE
4 Subject: [PATCH 1/3] include <sys/reg.h> to get __WORDSIZE on musl libc
4 Subject: [PATCH 4/5] elf_reader.cc: include <sys/reg.h> to get __WORDSIZE on
1 The definition of __WORDSIZE is found in <sys/reg.h>
24 +#if (_FILE_OFFSET_BITS == 64 || __TIMESIZE == 64) && __WORDSIZE == 32
29 #define BITS_PER_LONG __WORDSIZE
79 #endif /* __WORDSIZE */81 -#if __WORDSIZE == 32 && defined(PLATFORM_FREEBSD)
33 file://0001-include-sys-reg.h-to-get-__WORDSIZE-on-musl-libc.patch \37 file://0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch \
788 return __WORDSIZE; in test_user_bit_width()
[all...]