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

/linux-4.1.27/arch/x86/tools/
H A Drelocs_64.c3 #define ELF_BITS 64 macro
H A Drelocs_32.c3 #define ELF_BITS 32 macro
H A Drelocs.c3 #define ElfW(type) _ElfW(ELF_BITS, type)
23 #if ELF_BITS == 64
71 #if ELF_BITS == 64
194 #if ELF_BITS == 64 rel_type()
319 #if ELF_BITS == 64 elf64_to_cpu()
343 die("Not a %d bit executable\n", ELF_BITS); read_ehdr()
521 if (ELF_BITS == 64) print_absolute_symbols()
561 if (ELF_BITS == 64) print_absolute_relocs()
724 #if ELF_BITS == 64
976 #if ELF_BITS == 64 emit_relocs()
997 #if ELF_BITS == 64 emit_relocs()
1021 #if ELF_BITS == 64 emit_relocs()
1069 #if ELF_BITS == 64
1085 if (ELF_BITS == 64) process()
/linux-4.1.27/arch/x86/vdso/
H A 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 macro
164 #define ELF_BITS 32 macro
166 #undef ELF_BITS macro
/linux-4.1.27/Documentation/vDSO/
H A 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)) { vdso_init_from_sysinfo_ehdr()
106 return; /* Wrong ELF class -- check ELF_BITS */ vdso_init_from_sysinfo_ehdr()

Completed in 298 milliseconds