Symbol: ELF_BITS
arch/mips/boot/tools/relocs.c
189
#if ELF_BITS == 64
arch/mips/boot/tools/relocs.c
215
die("Not a %d bit executable\n", ELF_BITS);
arch/mips/boot/tools/relocs.c
392
#if (ELF_BITS == 32)
arch/mips/boot/tools/relocs.c
4
#define ElfW(type) _ElfW(ELF_BITS, type)
arch/mips/boot/tools/relocs.c
666
#if ELF_BITS == 64
arch/mips/vdso/genvdso.c
89
#define FUNC(name) _FUNC(name, ELF_BITS)
arch/mips/vdso/genvdso.c
93
#define ELF(x) _ELF(x, ELF_BITS)
arch/s390/tools/relocs.c
125
die("Not a %d bit executable\n", ELF_BITS);
arch/s390/tools/relocs.c
31
#define ElfW(type) _ElfW(ELF_BITS, type)
arch/sparc/vdso/vdso2c.c
126
#define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
arch/sparc/vdso/vdso2c.c
128
#define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
arch/sparc/vdso/vdso2c.c
132
#define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
arch/x86/tools/relocs.c
1004
#if ELF_BITS == 64
arch/x86/tools/relocs.c
1046
#if ELF_BITS == 64
arch/x86/tools/relocs.c
214
#if ELF_BITS == 64
arch/x86/tools/relocs.c
31
#if ELF_BITS == 64
arch/x86/tools/relocs.c
315
#if ELF_BITS == 64
arch/x86/tools/relocs.c
353
die("Not a %d bit executable\n", ELF_BITS);
arch/x86/tools/relocs.c
4
#define ElfW(type) _ElfW(ELF_BITS, type)
arch/x86/tools/relocs.c
559
if (ELF_BITS == 64)
arch/x86/tools/relocs.c
603
if (ELF_BITS == 64)
arch/x86/tools/relocs.c
738
#if ELF_BITS == 64
arch/x86/tools/relocs.c
92
#if ELF_BITS == 64
arch/x86/tools/relocs.c
959
#if ELF_BITS == 64
arch/x86/tools/relocs.c
979
#if ELF_BITS == 64
arch/x86/tools/vdso2c.c
132
#define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
arch/x86/tools/vdso2c.c
134
#define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
arch/x86/tools/vdso2c.c
138
#define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
tools/testing/selftests/vDSO/parse_vdso.c
107
(ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) {
tools/testing/selftests/vDSO/parse_vdso.c
28
#ifndef ELF_BITS
tools/testing/selftests/vDSO/parse_vdso.c
38
#define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)