Home
last modified time | relevance | path

Searched defs:IS_ELF (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDas.h590 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
593 #define IS_ELF 1 macro
595 #define IS_ELF 0 macro
/freebsd-11-stable/sys/sys/
HDelf_common.h184 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro