Home
last modified time | relevance | path

Searched refs:STO_MIPS_ISA (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h295 STO_MIPS_ISA = 0xc0, enumerator
299 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3),
335 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; } in elf_st_is_micromips()
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h821 #define STO_MIPS_ISA (3 << 6) macro
825 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1)))
860 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
861 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
DChangeLog528 (STO_MIPS_ISA, STO_MIPS_FLAGS): Likewise.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc938 return ((this->nonvis() & (elfcpp::STO_MIPS_ISA >> 2)) in is_micromips()