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

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-mips.c523 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
535 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
1837 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
4011 && ! NEWABI_P (input_bfd))
5773 if (!NEWABI_P(abfd)
7775 NEWABI_P (input_bfd)
7816 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd))
7957 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)
7979 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd))
8096 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bf
521 #define NEWABI_P macro
[all...]

Completed in 159 milliseconds