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

12

/freebsd-10.1-release/sys/boot/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_obj.c47 #if defined(__i386__) && __ELF_WORD_SIZE == 64
134 printf("elf" __XSTRING(__ELF_WORD_SIZE)
140 printf("elf" __XSTRING(__ELF_WORD_SIZE)
157 printf("elf" __XSTRING(__ELF_WORD_SIZE)
212 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
251 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
262 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
273 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
326 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
348 #if defined(__i386__) && __ELF_WORD_SIZE
[all...]
H A Dload_elf.c46 #if defined(__i386__) && __ELF_WORD_SIZE == 64
147 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: can't load module before kernel\n");
152 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: can't load module with kernel type '%s'\n", kfp->f_type);
162 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: kernel already loaded\n");
171 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: not a kernel (maybe static binary?)\n");
192 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadfile: cannot allocate module info\n");
264 #if __ELF_WORD_SIZE == 64
321 printf("elf" __XSTRING(__ELF_WORD_SIZE) "_loadimage: program header not within first page\n");
355 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
396 printf("\nelf" __XSTRING(__ELF_WORD_SIZE)
[all...]
H A Dreloc_elf.c81 #elif (defined(__i386__) || defined(__amd64__)) && __ELF_WORD_SIZE == 64
139 #elif defined(__i386__) && __ELF_WORD_SIZE == 32
/freebsd-10.1-release/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-10.1-release/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
126 #ifndef __ELF_WORD_SIZE
127 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
198 #if __ELF_WORD_SIZE == 32
207 #if __ELF_WORD_SIZE == 32
/freebsd-10.1-release/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-10.1-release/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
123 #if __ELF_WORD_SIZE == 64
H A Ddb_machdep.h41 #define DB_ELFSIZE __ELF_WORD_SIZE
/freebsd-10.1-release/sys/sparc64/include/
H A Delf.h39 #ifndef __ELF_WORD_SIZE
40 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
99 #if __ELF_WORD_SIZE == 32
/freebsd-10.1-release/sys/ia64/include/
H A Delf.h36 #ifndef __ELF_WORD_SIZE
37 #define __ELF_WORD_SIZE 64 macro
140 #if __ELF_WORD_SIZE == 32
/freebsd-10.1-release/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
81 #if __ELF_WORD_SIZE == 32
/freebsd-10.1-release/sys/arm/include/
H A Delf.h40 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
/freebsd-10.1-release/usr.sbin/kgzip/
H A Delfhdr.h30 #define __ELF_WORD_SIZE 32 macro
/freebsd-10.1-release/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-10.1-release/sys/boot/ofw/libofw/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-10.1-release/sys/boot/powerpc/ps3/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-10.1-release/usr.bin/ldd/
H A Dldd.c78 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
202 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
278 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
307 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
/freebsd-10.1-release/sys/boot/i386/libi386/
H A Delf64_freebsd.c30 #define __ELF_WORD_SIZE 64 macro

Completed in 223 milliseconds

12