Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/vdso/
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-v5.4/arch/x86/entry/vdso/
Dvdso2c.c148 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
150 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
154 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
156 #define ELF_BITS 64 macro
158 #undef ELF_BITS
160 #define ELF_BITS 32 macro
162 #undef ELF_BITS
/Linux-v5.4/arch/mips/vdso/
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-v5.4/tools/testing/selftests/vDSO/
Dparse_vdso.c49 #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-v5.4/arch/x86/tools/
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
1007 #if ELF_BITS == 64 in emit_relocs()
[all …]
Drelocs_64.c4 #define ELF_BITS 64 macro
Drelocs_32.c4 #define ELF_BITS 32 macro
/Linux-v5.4/arch/mips/boot/tools/
Drelocs_32.c4 #define ELF_BITS 32 macro
Drelocs_64.c4 #define ELF_BITS 64 macro
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