Home
last modified time | relevance | path

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

/external/syslinux/com32/mboot/
Dsolaris.c40 bool kernel_is_solaris(const Elf32_Ehdr *eh) in kernel_is_solaris() function
Dmboot.h88 bool kernel_is_solaris(const Elf32_Ehdr *);
Dmap.c154 if (!set.solaris && eh && kernel_is_solaris(eh)) in map_image()