HomeSort by: relevance | last modified time | path
    Searched defs:STO_MICROMIPS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
928 #define STO_MICROMIPS (2 << 6)
929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
930 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
928 #define STO_MICROMIPS (2 << 6)
929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
930 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 926 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
928 #define STO_MICROMIPS (2 << 6)
929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
930 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 921 STO_MIPS16, we set top two bits to be 10 to denote STO_MICROMIPS. The
923 #define STO_MICROMIPS (2 << 6)
924 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
925 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)

Completed in 21 milliseconds