Searched refs:__ELF_WORD_SIZE (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-13-stable/stand/i386/libi386/
H A Delf64_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/usr.bin/ldd/
H A Dldd.c80 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
195 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
426 #if __ELF_WORD_SIZE > 32 && defined(ELF32_SUPPORTED)
/freebsd-13-stable/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c33 #define __ELF_WORD_SIZE 32 macro
35 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c105 SYSCTL_NODE(_kern, OID_AUTO, __CONCAT(elf, __ELF_WORD_SIZE),
112 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO,
114 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) " brand of last resort");
129 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO,
131 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) ": enable non-executable stack");
133 #if __ELF_WORD_SIZE == 32 && (defined(__amd64__) || defined(__i386__))
155 SYSCTL_PROC(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, pie_base,
160 SYSCTL_NODE(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, aslr,
163 #define ASLR_NODE_OID __CONCAT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), _aslr)
168 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE))
[all...]
H A Dlink_elf.c430 modptr = preload_search_by_type("elf" __XSTRING(__ELF_WORD_SIZE) " kernel");
870 (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE) " module") != 0 &&
H A Dlink_elf_obj.c349 if (type == NULL || (strcmp(type, "elf" __XSTRING(__ELF_WORD_SIZE)
H A Dkern_proc.c1941 #if __ELF_WORD_SIZE == 64
/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c31 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/stand/userboot/userboot/
H A Delf64_freebsd.c30 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/usr.bin/gcore/
H A Delf32core.c6 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c76 #define __sElfN(x) typedef __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) x
/freebsd-13-stable/sys/arm64/arm64/
H A Delf32_machdep.c38 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/sys/compat/ia32/
H A Dia32_sysvec.c33 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c34 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c62 #define __ELF_WORD_SIZE ELFSIZE macro
/freebsd-13-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c35 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c37 #define __ELF_WORD_SIZE 64 macro
/freebsd-13-stable/sys/x86/x86/
H A Dnexus.c87 #define ELF_KERN_STR ("elf"__XSTRING(__ELF_WORD_SIZE)" kernel")
/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat.c2391 #if __ELF_WORD_SIZE == 64
2466 #endif /* __ELF_WORD_SIZE == 64 */
2475 #if __ELF_WORD_SIZE == 64
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1206 bloom_size32 = (__ELF_WORD_SIZE / 32) * nmaskwords;
4648 bloom_word = obj->bloom_gnu[(req->hash_gnu / __ELF_WORD_SIZE) &
4652 h1 = req->hash_gnu & (__ELF_WORD_SIZE - 1);
4653 h2 = ((req->hash_gnu >> obj->shift2_gnu) & (__ELF_WORD_SIZE - 1));
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c44 #define __ELF_WORD_SIZE 32 macro
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c36 #define __ELF_WORD_SIZE 32 macro

Completed in 163 milliseconds

12