HomeSort by relevance Sort by last modified time
    Searched refs:STO_MIPS16 (Results 1 - 5 of 5) 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...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 928 // (st_other & STO_MIPS16) == STO_MIPS16
929 return ((this->nonvis() & (elfcpp::STO_MIPS16 >> 2))
930 == elfcpp::STO_MIPS16 >> 2);
1082 // (st_other & ~(STO_MIPS16 | STO_MIPS_FLAGS)) | STO_MIPS_PIC
1084 & ~((elfcpp::STO_MIPS16 >> 2)
1098 // (st_other & (STO_MIPS16 | ~STO_MIPS_FLAGS)) | STO_MIPS_PLT
1100 & ((elfcpp::STO_MIPS16 >> 2
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-mips.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 783 milliseconds