Home
last modified time | relevance | path

Searched refs:__ELF_WORD_SIZE (Results 1 – 13 of 13) sorted by relevance

/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
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h39 #if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 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)
/illumos-gate/usr/src/boot/common/
H A Dload_elf.c45 #if defined(__i386__) && __ELF_WORD_SIZE == 64
189 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
208 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
218 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
224 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
230 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
253 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
340 #if __ELF_WORD_SIZE == 64 in __elfN()
412 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
468 __XSTRING(__ELF_WORD_SIZE) in __elfN()
[all …]
H A Dload_elf_obj.c47 #if defined(__i386__) && __ELF_WORD_SIZE == 64
134 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
150 printf("elf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
205 printf("\nelf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
244 printf("\nelf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
255 printf("\nelf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
266 printf("\nelf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
319 printf("\nelf" __XSTRING(__ELF_WORD_SIZE) in __elfN()
341 #if defined(__i386__) && __ELF_WORD_SIZE == 64
354 #if defined(__i386__) && __ELF_WORD_SIZE == 64 in __elfN()
[all …]
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 Dreloc_elf.c80 #elif (defined(__i386__) || defined(__amd64__)) && __ELF_WORD_SIZE == 64 in __elfN()
138 #elif defined(__i386__) && __ELF_WORD_SIZE == 32 in __elfN()
/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c29 #define __ELF_WORD_SIZE 64 macro
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c31 #define __ELF_WORD_SIZE 64 macro