Home
last modified time | relevance | path

Searched refs:ELF_ST_IS_MIPS16 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h838 ((ELF_ST_IS_MIPS16 (other) \
842 ((ELF_ST_IS_MIPS16 (other) \
852 ((ELF_ST_IS_MIPS16 (other) \
858 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
871 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
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/opcodes/
Dmips-dis.c2287 && ELF_ST_IS_MIPS16 ((*info->symbols)->udata.i)) in is_compressed_mode_p()
2296 && ELF_ST_IS_MIPS16 (symbol->internal_elf_sym.st_other)) in is_compressed_mode_p()
DChangeLog-2008393 * mips-dis.c (_print_insn_mips): Use ELF_ST_IS_MIPS16.
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c1720 && ELF_ST_IS_MIPS16 (h->root.other)) in mips_elf_check_mips16_stubs()
1733 && ELF_ST_IS_MIPS16 (h->root.other)) in mips_elf_check_mips16_stubs()
1808 && (!ELF_ST_IS_MIPS16 (h->root.other) in mips_elf_local_pic_function_p()
1821 if (ELF_ST_IS_MIPS16 (stub->h->root.other)) in mips_elf_get_la25_target()
5353 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other); in mips_elf_calculate_relocation()
5448 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (h->root.other); in mips_elf_calculate_relocation()
8443 ELF_ST_IS_MIPS16 (h->other))) in _bfd_mips_elf_check_relocs()
10997 if (ELF_ST_IS_MIPS16 (sym->st_other)) in _bfd_mips_elf_finish_dynamic_symbol()
DChangeLog-20081859 * elfxx-mips.c (mips_elf_check_mips16_stubs): Use ELF_ST_IS_MIPS16.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c17239 && (ELF_ST_IS_MIPS16 (S_GET_OTHER (fixp->fx_addsy)) in mips_fix_adjustable()