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

12

/freebsd-13-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.c48 #if defined(__i386__) && __ELF_WORD_SIZE == 64
341 printf("elf" __XSTRING(__ELF_WORD_SIZE)
359 printf("elf" __XSTRING(__ELF_WORD_SIZE)
369 printf("elf" __XSTRING(__ELF_WORD_SIZE)
375 printf("elf" __XSTRING(__ELF_WORD_SIZE)
381 printf("elf" __XSTRING(__ELF_WORD_SIZE)
405 printf("elf" __XSTRING(__ELF_WORD_SIZE)
504 #if __ELF_WORD_SIZE == 64
568 printf("elf" __XSTRING(__ELF_WORD_SIZE)
609 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
[all...]
H A Dload_elf_obj.c47 #if defined(__i386__) && __ELF_WORD_SIZE == 64
163 printf("elf" __XSTRING(__ELF_WORD_SIZE)
179 printf("elf" __XSTRING(__ELF_WORD_SIZE)
245 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
291 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
302 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
313 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
368 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
390 #if defined(__i386__) && __ELF_WORD_SIZE == 64
403 #if defined(__i386__) && __ELF_WORD_SIZE
[all...]
H A Dreloc_elf.c56 __ELF_WORD_SIZE == 64
128 #elif defined(__i386__) && __ELF_WORD_SIZE == 32
/freebsd-13-stable/sys/kern/
H A Dimgact_elf32.c32 #define __ELF_WORD_SIZE 32 macro
H A Dimgact_elf64.c32 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/sys/x86/include/
H A Delf.h41 #if defined(__ELF_WORD_SIZE) && __ELF_WORD_SIZE == 64
45 #ifndef __ELF_WORD_SIZE
46 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
71 #if __ELF_WORD_SIZE == 64
100 #ifndef __ELF_WORD_SIZE
101 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
143 #if __ELF_WORD_SIZE == 32
152 #if __ELF_WORD_SIZE == 32
/freebsd-13-stable/sys/sys/
H A Delf_generic.h41 #if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 64
42 #error "__ELF_WORD_SIZE must be defined as 32 or 64"
45 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
55 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
56 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
57 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
H A Dimgact_elf.h42 #if (defined(__LP64__) && __ELF_WORD_SIZE == 32)
/freebsd-13-stable/sys/powerpc/include/
H A Delf.h41 #ifndef __ELF_WORD_SIZE
43 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
45 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
53 #if __ELF_WORD_SIZE == 64
108 #if __ELF_WORD_SIZE == 64
H A Ddb_machdep.h41 #define DB_ELFSIZE __ELF_WORD_SIZE
/freebsd-13-stable/sys/compat/cloudabi32/
H A Dcloudabi32_util.h32 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/sys/compat/cloudabi64/
H A Dcloudabi64_util.h32 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/sys/mips/include/
H A Delf.h64 * Define __ELF_WORD_SIZE based on the ABI, if not defined yet. This sets
68 #ifndef __ELF_WORD_SIZE
70 #define __ELF_WORD_SIZE 64 macro
72 #define __ELF_WORD_SIZE 32 macro
85 #if __ELF_WORD_SIZE == 32
/freebsd-13-stable/sys/arm64/include/
H A Delf.h39 #ifndef __ELF_WORD_SIZE
40 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
76 #if __ELF_WORD_SIZE == 64
88 #if __ELF_WORD_SIZE == 32
/freebsd-13-stable/sys/riscv/include/
H A Delf.h39 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
/freebsd-13-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-13-stable/sys/arm/include/
H A Delf.h42 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
/freebsd-13-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro

Completed in 108 milliseconds

12