HomeSort by relevance Sort by last modified time
    Searched defs:STO_MICROMIPS (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 316 // STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
318 STO_MICROMIPS = 0x80
335 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 864 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
866 #define STO_MICROMIPS (2 << 6)
867 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
868 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
    [all...]

Completed in 213 milliseconds