Searched refs:ELF_BITS (Results 1 – 5 of 5) sorted by relevance
152 #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 macro162 #undef ELF_BITS164 #define ELF_BITS 32 macro166 #undef ELF_BITS
49 #ifndef ELF_BITS51 # define ELF_BITS 64 macro53 # define ELF_BITS 32 macro59 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x)105 (ELF_BITS == 32 ? ELFCLASS32 : ELFCLASS64)) { in vdso_init_from_sysinfo_ehdr()
3 #define ElfW(type) _ElfW(ELF_BITS, type)23 #if ELF_BITS == 6471 #if ELF_BITS == 64194 #if ELF_BITS == 64 in rel_type()319 #if ELF_BITS == 64343 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 == 64976 #if ELF_BITS == 64 in emit_relocs()[all …]
3 #define ELF_BITS 64 macro
3 #define ELF_BITS 32 macro