Home
last modified time | relevance | path

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

/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c82 #ifndef ELFCLASS
83 #define ELFCLASS CONCAT(ELFCLASS,ELFSIZE) macro
173 if (IS_ELF(eh) == 0 || eh.e_ident[EI_CLASS] != ELFCLASS) in ELFNAMEEND()
/freebsd/sys/sys/
H A Delf_generic.h43 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_ehdr.c97 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \