Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h865 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS) macro
871 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
DChangeLog-0415822 (ELF_ST_IS_MICROMIPS, ELF_ST_SET_MICROMIPS): Likewise.
/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c2289 && ELF_ST_IS_MICROMIPS ((*info->symbols)->udata.i)))) in is_compressed_mode_p()
2298 && ELF_ST_IS_MICROMIPS (symbol->internal_elf_sym.st_other))) in is_compressed_mode_p()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c1586 if (ELF_ST_IS_MICROMIPS (h->root.other)) in mips_elf_create_stub_symbol()
5354 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (sym->st_other); in mips_elf_calculate_relocation()
5449 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (h->root.other); in mips_elf_calculate_relocation()
10428 if (ELF_ST_IS_MICROMIPS (stub->h->root.other)) in mips_elf_create_la25_stub()
10447 if (ELF_ST_IS_MICROMIPS (stub->h->root.other)) in mips_elf_create_la25_stub()
11002 else if (ELF_ST_IS_MICROMIPS (sym->st_other)) in _bfd_mips_elf_finish_dynamic_symbol()
13063 if (ELF_ST_IS_MICROMIPS (sym_hash->other)) in mips_elf_relax_delete_bytes()
13529 target_is_micromips_code_p = ELF_ST_IS_MICROMIPS (isym->st_other); in _bfd_mips_elf_relax_section()
13552 && ELF_ST_IS_MICROMIPS (h->other)); in _bfd_mips_elf_relax_section()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c17240 || (ELF_ST_IS_MICROMIPS (S_GET_OTHER (fixp->fx_addsy)) in mips_fix_adjustable()