Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Dsparc.h167 EF_SPARCV9_PSO = 0x1, // partial store ordering enumerator
DChangeLog360 EF_SPARCV9_TSO, EF_SPARCV9_PSO, EF_SPARCV9_RMO):
/toolchain/binutils/binutils-2.25/include/elf/
Dsparc.h43 #define EF_SPARCV9_PSO 0x1 /* partial store ordering */ macro
/toolchain/binutils/binutils-2.25/gold/
Dsparc.cc4314 else if (mm == elfcpp::EF_SPARCV9_PSO in do_make_elf_object()
4318 this->elf_flags_ |= elfcpp::EF_SPARCV9_PSO; in do_make_elf_object()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sparc.c4605 elf_elfheader (stdoutput)->e_flags |= EF_SPARCV9_PSO; in sparc_elf_final_processing()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3013 if ((e_flags & EF_SPARCV9_MM) == EF_SPARCV9_PSO) in get_machine_flags()