Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.c152 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, )
154 #define INT_BITS BITSFUNC2(int, ELF_BITS, _t)
158 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)
160 #define ELF_BITS 64 macro
162 #undef ELF_BITS
164 #define ELF_BITS 32 macro
166 #undef ELF_BITS
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c93 #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-4.4.14/Documentation/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-4.4.14/arch/x86/tools/
Drelocs.c3 #define ElfW(type) _ElfW(ELF_BITS, type)
23 #if ELF_BITS == 64
71 #if ELF_BITS == 64
194 #if ELF_BITS == 64 in rel_type()
319 #if ELF_BITS == 64
343 die("Not a %d bit executable\n", ELF_BITS); in read_ehdr()
521 if (ELF_BITS == 64) in print_absolute_symbols()
561 if (ELF_BITS == 64) in print_absolute_relocs()
724 #if ELF_BITS == 64
976 #if ELF_BITS == 64 in emit_relocs()
[all …]
Drelocs_64.c3 #define ELF_BITS 64 macro
Drelocs_32.c3 #define ELF_BITS 32 macro