Home
last modified time | relevance | path

Searched refs:STO_MIPS_FLAGS (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h825 #define STO_MIPS_FLAGS (~(STO_MIPS_ISA | ELF_ST_VISIBILITY (-1))) macro
834 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \
835 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
838 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \
839 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
845 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
848 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \
849 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
DChangeLog528 (STO_MIPS_ISA, STO_MIPS_FLAGS): Likewise.
/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h299 STO_MIPS_FLAGS = ~(STO_MIPS_ISA | 0x3), enumerator
DChangeLog59 (STO_MIPS_FLAGS): New enum constant.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc1073 return ((this->nonvis() & (elfcpp::STO_MIPS_FLAGS >> 2)) in is_pic()
1085 | (elfcpp::STO_MIPS_FLAGS >> 2))) in set_pic()
1089 this->set_nonvis((this->nonvis() & ~(elfcpp::STO_MIPS_FLAGS >> 2)) in set_pic()
1101 | ~(elfcpp::STO_MIPS_FLAGS >> 2))) in set_mips_plt()
1106 this->set_nonvis((this->nonvis() & ~(elfcpp::STO_MIPS_FLAGS >> 2)) in set_mips_plt()