| /f-stack/freebsd/x86/include/ |
| H A D | elf.h | 41 #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
|
| /f-stack/freebsd/sys/ |
| H A D | elf_generic.h | 41 #if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 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 D | imgact_elf.h | 42 #if (defined(__LP64__) && __ELF_WORD_SIZE == 32)
|
| /f-stack/freebsd/arm64/include/ |
| H A D | elf.h | 39 #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
|
| /f-stack/freebsd/mips/include/ |
| H A D | elf.h | 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
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf64.c | 32 #define __ELF_WORD_SIZE 64 macro
|
| H A D | imgact_elf32.c | 32 #define __ELF_WORD_SIZE 32 macro
|
| H A D | imgact_elf.c | 112 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, 129 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, 168 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 174 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 185 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 1347 #define suword __CONCAT(suword, __ELF_WORD_SIZE) 2162 #if defined(COMPAT_FREEBSD32) && __ELF_WORD_SIZE == 32 2265 #if defined(COMPAT_FREEBSD32) && __ELF_WORD_SIZE == 32 in __elfN() 2286 #if defined(COMPAT_FREEBSD32) && __ELF_WORD_SIZE == 32 in __elfN() 2319 #if defined(COMPAT_FREEBSD32) && __ELF_WORD_SIZE == 32 in __elfN() [all …]
|
| H A D | link_elf.c | 430 modptr = preload_search_by_type("elf" __XSTRING(__ELF_WORD_SIZE) " kernel"); in link_elf_init() 874 (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) " module") != 0 && in link_elf_link_preload()
|
| H A D | link_elf_obj.c | 349 if (type == NULL || (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) in link_elf_link_preload()
|
| H A D | kern_proc.c | 1938 #if __ELF_WORD_SIZE == 64 in get_proc_vector()
|
| /f-stack/freebsd/arm/include/ |
| H A D | elf.h | 42 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf32_machdep.c | 38 #define __ELF_WORD_SIZE 32 macro
|
| /f-stack/freebsd/mips/mips/ |
| H A D | freebsd32_machdep.c | 35 #define __ELF_WORD_SIZE 32 macro
|
| /f-stack/freebsd/x86/x86/ |
| H A D | nexus.c | 87 #define ELF_KERN_STR ("elf"__XSTRING(__ELF_WORD_SIZE)" kernel")
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 37 #define __ELF_WORD_SIZE 64 macro
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 44 #define __ELF_WORD_SIZE 32 macro
|