Home
last modified time | relevance | path

Searched refs:IS_OLF (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/sys/
Dexec_olf.h130 #define IS_OLF(ehdr) \ macro
/mirbsd/src/usr.bin/elf2olf/
Delf2olf.c131 (IS_ELF(ehdr) || IS_OLF(ehdr)) && in main()
/mirbsd/src/lib/libc/gen/
Dnlist.c286 if ((IS_ELF(*ehdr) || IS_OLF(*ehdr)) && in __elf_is_okay__()
/mirbsd/src/sys/kern/
Dexec_elf.c206 if (!IS_OLF(*ehdr) || in ELFNAME()