Searched defs:__ELF_WORD_SIZE (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/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
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Delf64_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c31 #define __ELF_WORD_SIZE 64 macro
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Delf64_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/illumos-gate/usr/src/boot/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

Completed in 2182 milliseconds