Searched refs:target_is_16_bit_code_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-mips.c3928 bfd_boolean target_is_16_bit_code_p = FALSE;
3991 target_is_16_bit_code_p = (sym->st_other == STO_MIPS16);
4087 target_is_16_bit_code_p = (h->root.other == STO_MIPS16);
4113 target_is_16_bit_code_p = FALSE;
4122 && !target_is_16_bit_code_p)
4160 && (((r_type == R_MIPS16_26) && !target_is_16_bit_code_p)
4161 || ((r_type == R_MIPS_26) && target_is_16_bit_code_p)));
3909 bfd_boolean target_is_16_bit_code_p = FALSE; local

Completed in 100 milliseconds