HomeSort by relevance Sort by last modified time
    Searched refs:STO_MICROMIPS (Results 1 - 5 of 5) 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...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 937 // (st_other & STO_MIPS_ISA) == STO_MICROMIPS
939 == elfcpp::STO_MICROMIPS >> 2);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 61 milliseconds