Home
last modified time | relevance | path

Searched refs:ELF_ST_SET_MICROMIPS (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h861 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) macro
DChangeLog531 (ELF_ST_IS_MICROMIPS, ELF_ST_SET_MICROMIPS): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4298 S_SET_OTHER (label, ELF_ST_SET_MICROMIPS (S_GET_OTHER (label))); in mips_compressed_mark_label()
7023 S_SET_OTHER (s, ELF_ST_SET_MICROMIPS (S_GET_OTHER (s))); in micromips_add_label()
17749 S_SET_OTHER (l, ELF_ST_SET_MICROMIPS (S_GET_OTHER (l))); in md_convert_frag()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c6812 = ELF_ST_SET_MICROMIPS (elfsym->internal_elf_sym.st_other); in _bfd_mips_elf_symbol_processing()