Home
last modified time | relevance | path

Searched refs:ELF_ST_SET_MIPS16 (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h859 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16) macro
DChangeLog-0415826 (STO_MIPS16, ELF_ST_IS_MIPS16, ELF_ST_SET_MIPS16): Likewise.
1465 * mips.h (ELF_ST_IS_MIPS16, ELF_ST_SET_MIPS16): New macros.
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2008901 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c6842 = ELF_ST_SET_MIPS16 (elfsym->internal_elf_sym.st_other); in _bfd_mips_elf_symbol_processing()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4288 S_SET_OTHER (label, ELF_ST_SET_MIPS16 (S_GET_OTHER (label))); in mips_compressed_mark_label()