Searched defs:IS_ELF (Results 1 – 2 of 2) sorted by relevance
632 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro635 #define IS_ELF 1 macro637 #define IS_ELF 0 macro
119 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro