Searched refs:ELFSIZE (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 39 #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 D | exec_elf64.c | 39 #define ELFSIZE 64 macro
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 403 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE) 404 #define ELFSIZE ARCH_ELFSIZE macro
|