Searched refs:ELFSIZE (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_elf64.c38 #define ELFSIZE 64 macro
H A Dexec_elf32.c39 #ifndef ELFSIZE
40 #define ELFSIZE 32 macro
56 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
57 (defined(NLIST_ELF64) && (ELFSIZE == 64))
59 #define __ELF_WORD_SIZE ELFSIZE
60 #if (ELFSIZE == 32)
66 #elif (ELFSIZE == 64)
77 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
78 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
79 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
[all...]
/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh17 elf32*n32*) ELFSIZE=32 ;;
18 elf64*) ELFSIZE=64 ;;
31 LIBPATH_SUFFIX=$ELFSIZE
H A Delf64alpha.sh3 ELFSIZE=64
H A Delf64_ia64.sh3 ELFSIZE=64
H A Delf64_s390.sh2 ELFSIZE=64
H A Delf64_sparc.sh2 ELFSIZE=64
H A Delf64ppc.sh3 ELFSIZE=64
H A Delf_x86_64.sh2 ELFSIZE=64
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h467 #if defined(ELFSIZE)
469 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
470 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
471 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
472 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
475 #if defined(ELFSIZE) && (ELFSIZE == 32)
500 #elif defined(ELFSIZE) && (ELFSIZE == 64)
H A Dlibelf.h32 #undef ELFSIZE macro
/freebsd-9.3-release/sys/mips/mips/
H A Delf_trampoline.c30 #if ELFSIZE == 64
105 #if ELFSIZE == 64
122 #if ELFSIZE == 64
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h295 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
296 #define ELFSIZE ARCH_ELFSIZE macro
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc93 test -z "${ELFSIZE}" && ELFSIZE=32
94 test -z "${ALIGNMENT}" && ALIGNMENT="${ELFSIZE} / 8"
H A Dmep.sc84 test -z "${ELFSIZE}" && ELFSIZE=32
85 test -z "${ALIGNMENT}" && ALIGNMENT="${ELFSIZE} / 8"

Completed in 228 milliseconds