Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/sys/
H A Delf_generic.h41 #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 Dimgact_elf.h42 #if (defined(__LP64__) && __ELF_WORD_SIZE == 32)
/f-stack/freebsd/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
/f-stack/freebsd/mips/include/
H A Delf.h68 #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 Dimgact_elf64.c32 #define __ELF_WORD_SIZE 64 macro
H A Dimgact_elf32.c32 #define __ELF_WORD_SIZE 32 macro
H A Dimgact_elf.c112 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 Dlink_elf.c430 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 Dlink_elf_obj.c349 if (type == NULL || (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) in link_elf_link_preload()
H A Dkern_proc.c1938 #if __ELF_WORD_SIZE == 64 in get_proc_vector()
/f-stack/freebsd/arm/include/
H A Delf.h42 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c38 #define __ELF_WORD_SIZE 32 macro
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c35 #define __ELF_WORD_SIZE 32 macro
/f-stack/freebsd/x86/x86/
H A Dnexus.c87 #define ELF_KERN_STR ("elf"__XSTRING(__ELF_WORD_SIZE)" kernel")
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c37 #define __ELF_WORD_SIZE 64 macro
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c44 #define __ELF_WORD_SIZE 32 macro