Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h89 #define IMGACT_INTERP_ELF 0x4 /* only used within the ELF activator */ macro
/freebsd/sys/kern/
H A Dkern_exec.c781 if ((imgp->interpreted & ~IMGACT_INTERP_ELF) != 0) { in do_execve()
H A Dimgact_elf.c826 imgp->interpreted = IMGACT_INTERP_ELF; /* ignored by do_execve */ in __elfN()