Home
last modified time | relevance | path

Searched refs:ELF_BITS (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvdso2c.c151 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
153 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
157 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
159 #define ELF_BITS 64 macro
161 #undef ELF_BITS macro
163 #define ELF_BITS 32 macro
165 #undef ELF_BITS macro
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvdso2c.c126 #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 macro
138 #define ELF_BITS 32 macro
140 #undef ELF_BITS macro
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvdso2c.c126 #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 macro
138 #define ELF_BITS 32 macro
140 #undef ELF_BITS macro
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dvdso2c.c153 #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 macro
165 #define ELF_BITS 32 macro
167 #undef ELF_BITS macro
/kernel/linux/linux-5.10/arch/mips/vdso/
H A Dgenvdso.c89 #define FUNC(name) _FUNC(name, ELF_BITS)
93 #define ELF(x) _ELF(x, ELF_BITS)
96 * Include genvdso.h twice with ELF_BITS defined differently to get functions
100 #define ELF_BITS 64 macro
102 #undef ELF_BITS macro
104 #define ELF_BITS 32 macro
106 #undef ELF_BITS macro
/kernel/linux/linux-6.6/arch/mips/vdso/
H A Dgenvdso.c89 #define FUNC(name) _FUNC(name, ELF_BITS)
93 #define ELF(x) _ELF(x, ELF_BITS)
96 * Include genvdso.h twice with ELF_BITS defined differently to get functions
100 #define ELF_BITS 64 macro
102 #undef ELF_BITS macro
104 #define ELF_BITS 32 macro
106 #undef ELF_BITS macro
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
H A Dparse_vdso.c27 #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)
83 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
84 return; /* Wrong ELF class -- check ELF_BITS */ in vdso_init_from_sysinfo_ehdr()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dparse_vdso.c27 #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)
83 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
84 return; /* Wrong ELF class -- check ELF_BITS */ in vdso_init_from_sysinfo_ehdr()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c4 #define ElfW(type) _ElfW(ELF_BITS, type)
26 #if ELF_BITS == 64
75 #if ELF_BITS == 64
198 #if ELF_BITS == 64 in rel_type()
324 #if ELF_BITS == 64
348 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
540 if (ELF_BITS == 64) in print_absolute_symbols()
580 if (ELF_BITS == 64) in print_absolute_relocs()
743 #if ELF_BITS == 64
1011 #if ELF_BITS in emit_relocs()
[all...]
H A Drelocs_32.c4 #define ELF_BITS 32 macro
H A Drelocs_64.c4 #define ELF_BITS 64 macro
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c4 #define ElfW(type) _ElfW(ELF_BITS, type)
30 #if ELF_BITS == 64
86 #if ELF_BITS == 64
209 #if ELF_BITS == 64 in rel_type()
335 #if ELF_BITS == 64
376 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
597 if (ELF_BITS == 64) in print_absolute_symbols()
637 if (ELF_BITS == 64) in print_absolute_relocs()
808 #if ELF_BITS == 64
1078 #if ELF_BITS in emit_relocs()
[all...]
H A Drelocs_64.c4 #define ELF_BITS 64 macro
H A Drelocs_32.c4 #define ELF_BITS 32 macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs_32.c4 #define ELF_BITS 32 macro
H A Drelocs_64.c4 #define ELF_BITS 64 macro
H A Drelocs.c4 #define ElfW(type) _ElfW(ELF_BITS, type)
149 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
546 #if ELF_BITS == 64
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs_32.c4 #define ELF_BITS 32 macro
H A Drelocs.c4 #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 Drelocs_64.c4 #define ELF_BITS 64 macro
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs_32.c4 #define ELF_BITS 32 macro
H A Drelocs.c4 #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 Drelocs_64.c4 #define ELF_BITS 64 macro

Completed in 12 milliseconds