Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c518 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd)) macro
530 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
1554 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (einfo->abfd)) in mips_elf_output_extsym()
3118 && ! NEWABI_P (input_bfd)) in mips_elf_calculate_relocation()
6207 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd)) in _bfd_mips_elf_relocate_section()
6225 NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section()
6328 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd) in _bfd_mips_elf_relocate_section()
6378 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
6495 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
6743 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_finish_dynamic_symbol()
[all …]
H A DChangeLog-0001683 * elf32-mips.c (NEWABI_P): New define.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c521 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd)) macro
533 (NEWABI_P (abfd) ? ".MIPS.options" : ".options")
3981 && ! NEWABI_P (input_bfd)) in mips_elf_calculate_relocation()
5733 if (!NEWABI_P(abfd) in _bfd_mips_elf_add_symbol_hook()
7695 if (r_type == R_MIPS_64 && ! NEWABI_P (input_bfd)) in _bfd_mips_elf_relocate_section()
7713 NEWABI_P (input_bfd) in _bfd_mips_elf_relocate_section()
7821 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd) in _bfd_mips_elf_relocate_section()
7843 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
7960 if (r_type == R_MIPS_64 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_relocate_section()
8232 else if (strcmp (name, "_gp_disp") == 0 && ! NEWABI_P (output_bfd)) in _bfd_mips_elf_finish_dynamic_symbol()
[all …]
H A DChangeLog-0001683 * elf32-mips.c (NEWABI_P): New define.