Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/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-src/external/gpl3/binutils/dist/gas/
H A Das.h568 #define IS_ELF (OUTPUT_FLAVOR == bfd_target_elf_flavour) macro
571 #define IS_ELF 1 macro
573 #define IS_ELF 0 macro
/netbsd-src/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c68 #define IS_ELF( global() macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d87 auto IS_ELF(T)(T ehdr) { return ehdr.e_ident[EI_MAG0] == ELFMAG0 && in IS_ELF() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d87 auto IS_ELF(T)(T ehdr) { return ehdr.e_ident[EI_MAG0] == ELFMAG0 && in IS_ELF() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d85 auto IS_ELF(T)(T ehdr) { return ehdr.e_ident[EI_MAG0] == ELFMAG0 && in IS_ELF() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d84 auto IS_ELF(T)(T ehdr) { return ehdr.e_ident[EI_MAG0] == ELFMAG0 && in IS_ELF() function