Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gas/
H A Das.h557 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
560 #define IS_ELF 1 macro
562 #define IS_ELF 0 macro
/netbsd/external/gpl3/binutils.old/dist/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
/netbsd/external/gpl3/binutils/dist/gas/
H A Das.h523 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
526 #define IS_ELF 1 macro
528 #define IS_ELF 0 macro
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Das.h557 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
560 #define IS_ELF 1 macro
562 #define IS_ELF 0 macro
/netbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c68 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro