Home
last modified time | relevance | path

Searched refs:IS_ELF (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Delfh.h32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
H A Dbtxld.c380 if (hdr->size >= sizeof(Elf32_Ehdr) && IS_ELF(*ee)) { in gethdr()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c369 else if (IS_ELF(hdr.eh)) in load()
/illumos-gate/usr/src/boot/common/
H A Dload_elf_obj.c112 if (!IS_ELF(*hdr)) { in __elfN()
H A Dload_elf.c117 if (!IS_ELF(*ehdr)) { in __elfN()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h182 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c389 } else if (IS_ELF(hdr.eh)) { in load()