Searched refs:ELF_BITS (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 132 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) 134 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t) 138 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 140 #define ELF_BITS 64 macro 142 #undef ELF_BITS 144 #define ELF_BITS 32 macro 146 #undef ELF_BITS
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 159 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) 161 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t) 165 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 167 #define ELF_BITS 64 macro 169 #undef ELF_BITS 171 #define ELF_BITS 32 macro 173 #undef ELF_BITS
|
/Linux-v4.19/arch/mips/vdso/ |
D | genvdso.c | 93 #define FUNC(name) _FUNC(name, ELF_BITS) 97 #define ELF(x) _ELF(x, ELF_BITS) 104 #define ELF_BITS 64 macro 106 #undef ELF_BITS 108 #define ELF_BITS 32 macro 110 #undef ELF_BITS
|
/Linux-v4.19/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 49 #ifndef ELF_BITS 51 # define ELF_BITS 64 macro 53 # define ELF_BITS 32 macro 59 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) 105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
|
/Linux-v4.19/arch/x86/tools/ |
D | relocs.c | 4 #define ElfW(type) _ElfW(ELF_BITS, type) 24 #if ELF_BITS == 64 73 #if ELF_BITS == 64 196 #if ELF_BITS == 64 in rel_type() 321 #if ELF_BITS == 64 345 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr() 523 if (ELF_BITS == 64) in print_absolute_symbols() 563 if (ELF_BITS == 64) in print_absolute_relocs() 726 #if ELF_BITS == 64 981 #if ELF_BITS == 64 in emit_relocs() [all …]
|
D | relocs_64.c | 4 #define ELF_BITS 64 macro
|
D | relocs_32.c | 4 #define ELF_BITS 32 macro
|
/Linux-v4.19/arch/mips/boot/tools/ |
D | relocs_32.c | 4 #define ELF_BITS 32 macro
|
D | relocs_64.c | 4 #define ELF_BITS 64 macro
|
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
|