Searched refs:EF_SPARC_SUN_US1 (Results 1 – 10 of 10) sorted by relevance
136 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US1; in elf32_sparc_final_write_processing()141 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US1 in elf32_sparc_final_write_processing()
656 (EF_SPARC_SUN_US1 | EF_SPARC_SUN_US3 | EF_SPARC_HAL_R1) in elf64_sparc_merge_private_bfd_data()672 if ((old_flags & (EF_SPARC_SUN_US1 | EF_SPARC_SUN_US3)) in elf64_sparc_merge_private_bfd_data()
4062 else if (elf_elfheader (abfd)->e_flags & EF_SPARC_SUN_US1) in _bfd_sparc_elf_object_p()4073 else if (elf_elfheader (abfd)->e_flags & EF_SPARC_SUN_US1) in _bfd_sparc_elf_object_p()
6283 (elf32_sparc_object_p): Watch for EF_SPARC_SUN_US1.6284 (elf32_sparc_final_write_processing): Set EF_SPARC_SUN_US1 if v8plusa.
31 #define EF_SPARC_SUN_US1 0x000200 /* Sun UltraSPARC1 extensions */ macro
366 #define EF_SPARC_SUN_US1 0x00000200 macro
4405 elf_elfheader (stdoutput)->e_flags |= EF_SPARC_SUN_US1; in sparc_elf_final_processing()4407 elf_elfheader (stdoutput)->e_flags |= EF_SPARC_SUN_US1|EF_SPARC_SUN_US3; in sparc_elf_final_processing()
481 _ELF_DEFINE_EF(EF_SPARC_SUN_US1, 0x00000200UL, \
449 {EF_SPARC_SUN_US1, "ultrasparcI"},
2247 if (e_flags & EF_SPARC_SUN_US1) in get_machine_flags()