HomeSort by: relevance | last modified time | path
    Searched refs:ET_EXEC (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 99 #define ET_EXEC 2
aout2hux.c 190 if (get_uint16(&hdr->e_type) != ET_EXEC) {
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 198 e->e_type != ET_EXEC ||
  /src/sys/arch/x68k/stand/common/
exec_sub.c 317 if (ehdr->e_type != ET_EXEC)
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 178 #define ET_EXEC 2 /* Executable file */
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 322 if (_eh.e_type != ET_EXEC) {
  /src/sys/arch/hppa/stand/xxboot/
main.c 402 if (*(uint32_t *)&e32hdr->e_type != (ET_EXEC << 16 | EM_PARISC))
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 152 if (hdr.elf.e_machine != EM_VAX || hdr.elf.e_type != ET_EXEC
  /src/sys/arch/i386/i386/
multiboot.c 705 ehdr.e_type = ET_EXEC;
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 180 #define ET_EXEC 2 /* Executable file */
  /src/libexec/ld.elf_so/
map_object.c 151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) {
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 195 #define ET_EXEC 2 /* Executable file */
  /src/sys/arch/x86/x86/
multiboot2.c 1049 ehdr.e_type = ET_EXEC;
  /src/sys/kern/
exec_elf.c 671 else if (eh->e_type != ET_EXEC) {
  /src/sys/lib/libsa/
loadfile_elf32.c 702 if (elf->e_type != ET_EXEC) {
  /src/sys/sys/
exec_elf.h 203 #define ET_EXEC 2 /* Executable file */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 197 #define ET_EXEC 2 /* Executable file */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 197 #define ET_EXEC 2 /* Executable file */

Completed in 55 milliseconds