Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ctf.c120 if (!IS_ELF(*hdr)) {
H A Dlink_elf.c1010 if (!IS_ELF(*hdr)) { in link_elf_load_file()
H A Dlink_elf_obj.c706 if (!IS_ELF(*hdr)) { in link_elf_load_file()
H A Dimgact_elf.c469 if (!IS_ELF(*hdr) || in __elfN()
/f-stack/freebsd/sys/
H A Delf_common.h192 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro