Home
last modified time | relevance | path

Searched refs:ELF_BITS (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/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
138 #define ELF_BITS 32 macro
140 #undef ELF_BITS
/linux-6.15/arch/x86/entry/vdso/
H A Dvdso2c.c132 #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-6.15/arch/mips/vdso/
H A Dgenvdso.c89 #define FUNC(name) _FUNC(name, ELF_BITS)
93 #define ELF(x) _ELF(x, ELF_BITS)
100 #define ELF_BITS 64 macro
102 #undef ELF_BITS
104 #define ELF_BITS 32 macro
106 #undef ELF_BITS
/linux-6.15/tools/testing/selftests/vDSO/
H A Dparse_vdso.c28 #ifndef ELF_BITS
30 # define ELF_BITS 64 macro
32 # define ELF_BITS 32 macro
38 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
107 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
/linux-6.15/arch/x86/tools/
H A Drelocs.c31 #if ELF_BITS == 64
92 #if ELF_BITS == 64
214 #if ELF_BITS == 64 in rel_type()
315 #if ELF_BITS == 64
559 if (ELF_BITS == 64) in print_absolute_symbols()
603 if (ELF_BITS == 64) in print_absolute_relocs()
738 #if ELF_BITS == 64
965 #if ELF_BITS == 64 in emit_relocs()
985 #if ELF_BITS == 64 in emit_relocs()
1010 #if ELF_BITS == 64 in emit_relocs()
[all …]
H A Drelocs_64.c4 #define ELF_BITS 64 macro
H A Drelocs_32.c4 #define ELF_BITS 32 macro
/linux-6.15/arch/mips/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)
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()
664 #if ELF_BITS == 64
/linux-6.15/arch/s390/tools/
H A Drelocs.c16 #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()