Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c521 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd)) macro
533 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
1826 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd)) in mips_elf_output_extsym()
3992 && ! NEWABI_P (input_bfd)) in mips_elf_calculate_relocation()
5747 if (!NEWABI_P(abfd) in _bfd_mips_elf_add_symbol_hook()
7743 NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section()
7784 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd)) in _bfd_mips_elf_relocate_section()
7925 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd) in _bfd_mips_elf_relocate_section()
7947 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
8064 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
[all …]
HDChangeLog-0001683 * elf32-mips.c (NEWABI_P): New define.