Home
last modified time | relevance | path

Searched refs:STO_MICROMIPS (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Dmips.h513 STO_MICROMIPS = 0x80 enumerator
530 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; } in elf_st_is_micromips()
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dmips.h917 #define STO_MICROMIPS (2 << 6) macro
918 #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)
DChangeLog-0415821 (STO_MICROMIPS): Likewise.
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dmips.h917 #define STO_MICROMIPS (2 << 6) macro
918 #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)
DChangeLog-0415821 (STO_MICROMIPS): Likewise.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfxx-mips.c9897 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()
DChangeLog-20132270 STO_MICROMIPS annotation.
DChangeLog-20161834 stub also add STO_MICROMIPS annotation.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfxx-mips.c9847 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()
DChangeLog-20132270 STO_MICROMIPS annotation.
DChangeLog-20161834 stub also add STO_MICROMIPS annotation.
/netbsd/src/external/gpl3/binutils/dist/gold/
Dmips.cc1035 == 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()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c13308 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()