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

  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 295 STO_MIPS_ISA = 0xc0,
299 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),
317 // mask is STO_MIPS_ISA.
335 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 828 #define STO_MIPS_ISA (3 << 6)
832 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
865 mask is STO_MIPS_ISA. */
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 57 milliseconds