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

/haiku-buildtools/legacy/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")
1809 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
3994 && ! NEWABI_P (input_bfd))
5750 if (!NEWABI_P(abfd)
7703 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd))
7721 NEWABI_P (input_bfd)
7829 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)
7851 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd))
7968 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bf
521 #define NEWABI_P macro
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c799 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
820 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
2919 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd))
5436 && ! NEWABI_P (input_bfd))
7600 if (!NEWABI_P(abfd)
8887 if (!NEWABI_P (abfd) && h != NULL
9235 bfd_boolean newabi_p = NEWABI_P (info->output_bfd);
10242 rel_reloc = (NEWABI_P (input_bfd)
10281 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd))
10341 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bf
797 #define NEWABI_P macro
[all...]

Completed in 204 milliseconds