Searched refs:__ELF_WORD_SIZE (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/stand/common/
H A Dload_elf64.c4 #define __ELF_WORD_SIZE 64 macro
H A Dload_elf64_obj.c4 #define __ELF_WORD_SIZE 64 macro
H A Dreloc_elf32.c4 #define __ELF_WORD_SIZE 32 macro
H A Dreloc_elf64.c4 #define __ELF_WORD_SIZE 64 macro
H A Dload_elf32.c4 #define __ELF_WORD_SIZE 32 macro
H A Dload_elf32_obj.c4 #define __ELF_WORD_SIZE 32 macro
H A Dload_elf.c47 #if defined(__i386__) && __ELF_WORD_SIZE == 64
307 printf("elf" __XSTRING(__ELF_WORD_SIZE)
325 printf("elf" __XSTRING(__ELF_WORD_SIZE)
335 printf("elf" __XSTRING(__ELF_WORD_SIZE)
341 printf("elf" __XSTRING(__ELF_WORD_SIZE)
347 printf("elf" __XSTRING(__ELF_WORD_SIZE)
371 printf("elf" __XSTRING(__ELF_WORD_SIZE)
454 #if __ELF_WORD_SIZE == 64
519 printf("elf" __XSTRING(__ELF_WORD_SIZE)
559 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
[all...]
H A Dload_elf_obj.c47 #if defined(__i386__) && __ELF_WORD_SIZE == 64
134 printf("elf" __XSTRING(__ELF_WORD_SIZE)
150 printf("elf" __XSTRING(__ELF_WORD_SIZE)
205 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
249 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
260 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
271 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
326 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
348 #if defined(__i386__) && __ELF_WORD_SIZE == 64
361 #if defined(__i386__) && __ELF_WORD_SIZE
[all...]
/freebsd-11-stable/sys/kern/
H A Dimgact_elf32.c30 #define __ELF_WORD_SIZE 32 macro
H A Dimgact_elf64.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h39 #if defined(__ELF_WORD_SIZE) && __ELF_WORD_SIZE == 64
43 #ifndef __ELF_WORD_SIZE
44 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
69 #if __ELF_WORD_SIZE == 64
129 #ifndef __ELF_WORD_SIZE
130 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
204 #if __ELF_WORD_SIZE == 32
213 #if __ELF_WORD_SIZE == 32
/freebsd-11-stable/sys/sys/
H A Delf_generic.h39 #if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 64
40 #error "__ELF_WORD_SIZE must be defined as 32 or 64"
43 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
54 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
55 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h39 #ifndef __ELF_WORD_SIZE
41 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
43 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
51 #if __ELF_WORD_SIZE == 64
126 #if __ELF_WORD_SIZE == 64
H A Ddb_machdep.h41 #define DB_ELFSIZE __ELF_WORD_SIZE
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h39 #ifndef __ELF_WORD_SIZE
40 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
102 #if __ELF_WORD_SIZE == 32
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_util.h32 #define __ELF_WORD_SIZE 32 macro
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_util.h32 #define __ELF_WORD_SIZE 64 macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h62 * Define __ELF_WORD_SIZE based on the ABI, if not defined yet. This sets
66 #ifndef __ELF_WORD_SIZE
68 #define __ELF_WORD_SIZE 64 macro
70 #define __ELF_WORD_SIZE 32 macro
83 #if __ELF_WORD_SIZE == 32
/freebsd-11-stable/sys/riscv/include/
H A Delf.h39 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h39 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
/freebsd-11-stable/usr.sbin/kgzip/
H A Delfhdr.h32 #define __ELF_WORD_SIZE 32 macro
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h32 #define __sElfN(x) typedef __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) x
56 #if __ELF_WORD_SIZE == 32
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-11-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c85 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
209 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
287 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
295 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
326 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)

Completed in 204 milliseconds

12