Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/
H A Das.h540 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
543 #define IS_ELF 1 macro
545 #define IS_ELF 0 macro
/dflybsd-src/contrib/binutils-2.34/gas/
H A Das.h556 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
559 #define IS_ELF 1 macro
561 #define IS_ELF 0 macro
/dflybsd-src/sys/sys/
H A Delf_common.h114 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro