Home
last modified time | relevance | path

Searched refs:ELFSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c39 #ifndef ELFSIZE
40 #define ELFSIZE 32 macro
57 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \
58 (defined(NLIST_ELF64) && (ELFSIZE == 64))
60 #define __ELF_WORD_SIZE ELFSIZE
61 #if (ELFSIZE == 32)
67 #elif (ELFSIZE == 64)
78 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
79 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
80 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
[all …]
H A Dexec_elf64.c39 #define ELFSIZE 64 macro
/freebsd/contrib/file/src/
H A Dreadelf.h403 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE)
404 #define ELFSIZE ARCH_ELFSIZE macro