Searched defs:IS_ELF (Results 1 – 2 of 2) sorted by relevance
590 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro593 #define IS_ELF 1 macro595 #define IS_ELF 0 macro
184 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro