Home
last modified time | relevance | path

Searched refs:STO_MIPS16 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h725 #define STO_MIPS16 0xf0 macro
DChangeLog-91031676 * mips.h (STO_MIPS16): Define.
/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-mips.c1141 && h->root.other == STO_MIPS16) in mips_elf_check_mips16_stubs()
1153 && h->root.other == STO_MIPS16) in mips_elf_check_mips16_stubs()
3962 if (sym->st_other == STO_MIPS16) in mips_elf_calculate_relocation()
3972 target_is_16_bit_code_p = (sym->st_other == STO_MIPS16); in mips_elf_calculate_relocation()
4068 target_is_16_bit_code_p = (h->root.other == STO_MIPS16); in mips_elf_calculate_relocation()
5885 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_add_symbol_hook()
5908 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_link_output_symbol_hook()
8398 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_finish_dynamic_symbol()
8570 if (sym->st_other == STO_MIPS16) in _bfd_mips_vxworks_finish_dynamic_symbol()
/freebsd-12-stable/contrib/binutils/opcodes/
Dmips-dis.c2099 == STO_MIPS16))) in _print_insn_mips()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-mips.c2222 S_SET_OTHER (label, STO_MIPS16); in mips16_mark_labels()
14049 && (S_GET_OTHER (fixp->fx_addsy) == STO_MIPS16 in mips_fix_adjustable()
14526 if (elf_symbol (*syms)->internal_elf_sym.st_other == STO_MIPS16 in mips_frob_file_after_relocs()
/freebsd-12-stable/contrib/gdb/gdb/
Dmips-tdep.c270 if (((elf_symbol_type *) (sym))->internal_elf_sym.st_other == STO_MIPS16) in mips_elf_make_msymbol_special()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c6930 case STO_MIPS16: return "MIPS16"; in get_mips_symbol_other()
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-96971714 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of