Searched refs:IS_ELF (Results 1 – 4 of 4) sorted by relevance
364 return IS_ELF(*ehdr); in elf_is_elfbinary()
101 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
298 if ( !IS_ELF(in32_ehdr) || in main()
430 if ( !IS_ELF(*hdr) ) in livepatch_header_check()
Completed in 8 milliseconds