Searched defs:IS_ELF (Results 1 – 3 of 3) sorted by relevance
540 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro543 #define IS_ELF 1 macro545 #define IS_ELF 0 macro
556 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro559 #define IS_ELF 1 macro561 #define IS_ELF 0 macro
114 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro