Searched refs:ELF_BITS (Results 1 – 9 of 9) sorted by relevance
/linux/arch/sparc/vdso/ |
H A D | vdso2c.c | 126 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) 128 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t) 132 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 134 #define ELF_BITS 64 macro 136 #undef ELF_BITS 138 #define ELF_BITS 32 macro 140 #undef ELF_BITS
|
/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 153 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) 155 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t) 159 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 161 #define ELF_BITS 64 macro 163 #undef ELF_BITS 165 #define ELF_BITS 32 macro 167 #undef ELF_BITS
|
/linux/tools/testing/selftests/vDSO/ |
H A D | parse_vdso.c | 27 #ifndef ELF_BITS 29 # define ELF_BITS 64 macro 31 # define ELF_BITS 32 macro 37 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 95 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr() 96 return; /* Wrong ELF class -- check ELF_BITS */ in vdso_init_from_sysinfo_ehdr()
|
/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 4 #define ElfW(type) _ElfW(ELF_BITS, type) 188 #if ELF_BITS == 64 214 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr() 391 #if (ELF_BITS == 32) in read_relocs() 659 #if ELF_BITS == 64
|
H A D | relocs_32.c | 4 #define ELF_BITS 32 macro
|
H A D | relocs_64.c | 4 #define ELF_BITS 64 macro
|
/linux/arch/x86/tools/ |
H A D | relocs_64.c | 4 #define ELF_BITS 64 macro
|
H A D | relocs_32.c | 4 #define ELF_BITS 32 macro
|
/linux/arch/s390/tools/ |
H A D | relocs.c | 16 #define ELF_BITS 64 macro 31 #define ElfW(type) _ElfW(ELF_BITS, type) 125 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
|