Home
last modified time | relevance | path

Searched refs:EF_SPARCV9_MM (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelf64-sparc.c663 new_flags &= ~(EF_SPARCV9_MM | EF_SPARC_ISA_EXTENSIONS); in elf64_sparc_merge_private_bfd_data()
665 & (EF_SPARCV9_MM | EF_SPARC_ISA_EXTENSIONS)); in elf64_sparc_merge_private_bfd_data()
681 old_mm = (old_flags & EF_SPARCV9_MM); in elf64_sparc_merge_private_bfd_data()
682 new_mm = (new_flags & EF_SPARCV9_MM); in elf64_sparc_merge_private_bfd_data()
683 old_flags &= ~EF_SPARCV9_MM; in elf64_sparc_merge_private_bfd_data()
684 new_flags &= ~EF_SPARCV9_MM; in elf64_sparc_merge_private_bfd_data()
/NextBSD/contrib/binutils/include/elf/
HDsparc.h41 #define EF_SPARCV9_MM 0x3 /* memory model mask */ macro
/NextBSD/sys/sys/
HDelf_common.h357 #define EF_SPARCV9_MM 0x00000003 macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h432 _ELF_DEFINE_EF(EF_SPARCV9_MM, 0x00000003UL, \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2259 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_TSO) in get_machine_flags()
2262 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_PSO) in get_machine_flags()
2265 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_RMO) in get_machine_flags()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c2760 switch ((e_flags & EF_SPARCV9_MM)) { in dump_eflags()
2763 case EF_SPARCV9_MM: printf(", rmo"); break; in dump_eflags()