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

  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 298 // to be set except for STO_MIPS16.
308 // PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
313 STO_MIPS16 = 0xf0,
316 // STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
331 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 831 to be set except for STO_MIPS16. */
841 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
845 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
849 PIC and non-PIC. Note that this bit overlaps with STO_MIPS16,
855 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
859 #define STO_MIPS16 0xf0
860 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
861 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
864 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. Th
    [all...]

Completed in 441 milliseconds