Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/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.1.27/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.1.27/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