Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h866 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) macro
DChangeLog-0415822 (ELF_ST_IS_MICROMIPS, ELF_ST_SET_MICROMIPS): Likewise.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4290 S_SET_OTHER (label, ELF_ST_SET_MICROMIPS (S_GET_OTHER (label))); in mips_compressed_mark_label()
6912 S_SET_OTHER (s, ELF_ST_SET_MICROMIPS (S_GET_OTHER (s))); in micromips_add_label()
17726 S_SET_OTHER (l, ELF_ST_SET_MICROMIPS (S_GET_OTHER (l))); in md_convert_frag()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c6839 = ELF_ST_SET_MICROMIPS (elfsym->internal_elf_sym.st_other); in _bfd_mips_elf_symbol_processing()