Searched refs:STO_MICROMIPS (Results 1 – 13 of 13) sorted by relevance
513 STO_MICROMIPS = 0x80 enumerator530 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; } in elf_st_is_micromips()
917 #define STO_MICROMIPS (2 << 6) macro918 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)919 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS)
821 (STO_MICROMIPS): Likewise.
9897 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_allocate_lazy_stub()9925 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_lay_out_lazy_stubs()9996 other = micromips_p ? STO_MICROMIPS : STO_MIPS16; in mips_elf_set_plt_sym_value()10058 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_size_dynamic_sections()11186 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_finish_dynamic_symbol()11475 sym->st_other -= STO_MICROMIPS; in _bfd_mips_elf_finish_dynamic_symbol()16671 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16678 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16737 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16750 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()
2270 STO_MICROMIPS annotation.
1834 stub also add STO_MICROMIPS annotation.
9847 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_allocate_lazy_stub()9875 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_lay_out_lazy_stubs()9946 other = micromips_p ? STO_MICROMIPS : STO_MIPS16; in mips_elf_set_plt_sym_value()10035 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_late_size_sections()11163 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_finish_dynamic_symbol()11458 sym->st_other -= STO_MICROMIPS; in _bfd_mips_elf_finish_dynamic_symbol()16653 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16660 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16719 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()16732 other = STO_MICROMIPS; in _bfd_mips_elf_get_synthetic_symtab()
1035 == elfcpp::STO_MICROMIPS >> 2); in is_micromips()3740 mips_sym->nonvis() - (elfcpp::STO_MICROMIPS >> 2))); in do_adjust_dyn_symbol()9802 nonvis = elfcpp::STO_MICROMIPS >> 2; in do_finalize_sections()9817 nonvis = elfcpp::STO_MICROMIPS >> 2; in do_finalize_sections()
13308 case STO_MICROMIPS: return "MICROMIPS"; in get_mips_symbol_other()13309 case STO_MICROMIPS | STO_MIPS_PIC: return "MICROMIPS, MIPS PIC"; in get_mips_symbol_other()