ELF_BITS            4 arch/mips/boot/tools/relocs.c #define ElfW(type)		_ElfW(ELF_BITS, type)
ELF_BITS          188 arch/mips/boot/tools/relocs.c #if ELF_BITS == 64
ELF_BITS          214 arch/mips/boot/tools/relocs.c 		die("Not a %d bit executable\n", ELF_BITS);
ELF_BITS          391 arch/mips/boot/tools/relocs.c #if (ELF_BITS == 32)
ELF_BITS          659 arch/mips/boot/tools/relocs.c #if ELF_BITS == 64
ELF_BITS           89 arch/mips/vdso/genvdso.c #define FUNC(name) _FUNC(name, ELF_BITS)
ELF_BITS           93 arch/mips/vdso/genvdso.c #define ELF(x) _ELF(x, ELF_BITS)
ELF_BITS          126 arch/sparc/vdso/vdso2c.c #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
ELF_BITS          128 arch/sparc/vdso/vdso2c.c #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
ELF_BITS          132 arch/sparc/vdso/vdso2c.c #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
ELF_BITS          148 arch/x86/entry/vdso/vdso2c.c #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
ELF_BITS          150 arch/x86/entry/vdso/vdso2c.c #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
ELF_BITS          154 arch/x86/entry/vdso/vdso2c.c #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
ELF_BITS            4 arch/x86/tools/relocs.c #define ElfW(type)		_ElfW(ELF_BITS, type)
ELF_BITS           26 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS           75 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS          198 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS          324 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS          348 arch/x86/tools/relocs.c 		die("Not a %d bit executable\n", ELF_BITS);
ELF_BITS          540 arch/x86/tools/relocs.c 	if (ELF_BITS == 64)
ELF_BITS          580 arch/x86/tools/relocs.c 	if (ELF_BITS == 64)
ELF_BITS          743 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS         1007 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS         1027 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS         1053 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS         1101 arch/x86/tools/relocs.c #if ELF_BITS == 64
ELF_BITS         1117 arch/x86/tools/relocs.c 	if (ELF_BITS == 64)
ELF_BITS           49 tools/testing/selftests/vDSO/parse_vdso.c #ifndef ELF_BITS
ELF_BITS           59 tools/testing/selftests/vDSO/parse_vdso.c #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
ELF_BITS          105 tools/testing/selftests/vDSO/parse_vdso.c 	    (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) {