Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h834 ? ((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 macro
853 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16)
854 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16)
DChangeLog182 * 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.
DChangeLog-91031676 * mips.h (STO_MIPS16): Define.
/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h313 STO_MIPS16 = 0xf0, enumerator
331 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; } in elf_st_is_mips16()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc929 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()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c9551 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()
DChangeLog-20081548 Fix an overly long line. Don't give dynamic symbols type STO_MIPS16.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9622 case STO_MIPS16: in get_mips_symbol_other()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96971714 * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of