__ELF_WORD_SIZE
bloom_size32 = (__ELF_WORD_SIZE / 32) * nmaskwords;
bloom_word = obj->bloom_gnu[(req->hash_gnu / __ELF_WORD_SIZE) &
h1 = req->hash_gnu & (__ELF_WORD_SIZE - 1);
h2 = ((req->hash_gnu >> obj->shift2_gnu) & (__ELF_WORD_SIZE - 1));
#if __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#if defined(__i386__) && __ELF_WORD_SIZE == 64
#elif defined(__i386__) && __ELF_WORD_SIZE == 32
#if (defined(__x86_64__) || defined(__i386__)) && __ELF_WORD_SIZE == 64
#if __ELF_WORD_SIZE == 32
#ifndef __ELF_WORD_SIZE
(strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) " module") != 0 &&
(strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) " obj module") != 0 &&
#define ELF_KERN_STR ("elf"__XSTRING(__ELF_WORD_SIZE)" kernel")
#ifdef __ELF_WORD_SIZE
#ifdef __ELF_WORD_SIZE
#if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 64
#define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
#define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)