Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c797 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd)) macro
818 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
2887 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd)) in mips_elf_output_extsym()
5374 && ! NEWABI_P (input_bfd)) in mips_elf_calculate_relocation()
7428 if (!NEWABI_P(abfd) in _bfd_mips_elf_add_symbol_hook()
8722 if (!NEWABI_P (abfd) && h != NULL in _bfd_mips_elf_check_relocs()
9066 bfd_boolean newabi_p = NEWABI_P (info->output_bfd); in _bfd_mips_elf_adjust_dynamic_symbol()
10060 rel_reloc = (NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section()
10099 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd)) in _bfd_mips_elf_relocate_section()
10158 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd) in _bfd_mips_elf_relocate_section()
[all …]
DChangeLog-0001683 * elf32-mips.c (NEWABI_P): New define.