Home
last modified time | relevance | path

Searched refs:EF_SPARC_HAL_R1 (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDsparc.h32 #define EF_SPARC_HAL_R1 0x000400 /* HAL R1 extensions */ macro
HDChangeLog-91031567 * sparc.h (EF_SPARC_HAL_R1, EF_SPARC_EXT_MASK): New macros.
/NextBSD/contrib/binutils/bfd/
HDelf64-sparc.c656 (EF_SPARC_SUN_US1 | EF_SPARC_SUN_US3 | EF_SPARC_HAL_R1) in elf64_sparc_merge_private_bfd_data()
673 && (old_flags & EF_SPARC_HAL_R1)) in elf64_sparc_merge_private_bfd_data()
/NextBSD/sys/sys/
HDelf_common.h354 #define EF_SPARC_HAL_R1 0x00000200 macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h429 _ELF_DEFINE_EF(EF_SPARC_HAL_R1, 0x00000400UL, "HAL R1 Extensions") \
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c407 {EF_SPARC_HAL_R1, "halr1"},
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2253 if (e_flags & EF_SPARC_HAL_R1) in get_machine_flags()