Searched refs:STO_MIPS16 (Results 1 – 9 of 9) sorted by relevance
834 ? ((other) & (~STO_MIPS16 & STO_MIPS_FLAGS)) \838 ? ((other) & (STO_MIPS16 | ~STO_MIPS_FLAGS)) \848 ? ((other) & ~(STO_MIPS16 | STO_MIPS_FLAGS)) \852 #define STO_MIPS16 0xf0 macro853 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)854 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
182 * mips.h (ELF_ST_IS_MIPS_PLT): Respect STO_MIPS16 setting.195 * mips.h (ELF_ST_SET_MIPS_PIC): Clear any STO_MIPS16 setting.535 (STO_MIPS16, ELF_ST_IS_MIPS16, ELF_ST_SET_MIPS16): Likewise.
1676 * mips.h (STO_MIPS16): Define.
313 STO_MIPS16 = 0xf0, enumerator331 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; } in elf_st_is_mips16()
929 return ((this->nonvis() & (elfcpp::STO_MIPS16 >> 2)) in is_mips16()930 == elfcpp::STO_MIPS16 >> 2); in is_mips16()1084 & ~((elfcpp::STO_MIPS16 >> 2) in set_pic()1100 & ((elfcpp::STO_MIPS16 >> 2) in set_mips_plt()3242 mips_sym->nonvis() - (elfcpp::STO_MIPS16 >> 2))); in do_adjust_dyn_symbol()
9551 other = micromips_p ? STO_MICROMIPS : STO_MIPS16; in mips_elf_set_plt_sym_value()10970 sym->st_other -= STO_MIPS16; in _bfd_mips_elf_finish_dynamic_symbol()16032 other = STO_MIPS16; in _bfd_mips_elf_get_synthetic_symtab()
1548 Fix an overly long line. Don't give dynamic symbols type STO_MIPS16.
9622 case STO_MIPS16: in get_mips_symbol_other()
1714 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of