Home
last modified time | relevance | path

Searched refs:ABI_64_P (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c49 #define ABI_64_P(abfd) \ macro
269 if (ABI_64_P (abfd)) in elf_x86_64_rtype_to_howto()
314 if (!ABI_64_P (abfd) && strcasecmp (r_name, "R_X86_64_32") == 0) in elf_x86_64_reloc_name_lookup()
1006 if (ABI_64_P (abfd)) in elf_x86_64_link_hash_table_create()
1234 if (!ABI_64_P (abfd) in elf_x86_64_check_tls_transition()
1244 else if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()
1279 if (!ABI_64_P (abfd) in elf_x86_64_check_tls_transition()
1318 if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()
1325 if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()
1588 if (!ABI_64_P (abfd)) in elf_x86_64_check_relocs()
[all …]
Delfxx-sparc.c40 #define ABI_64_P(abfd) \ macro
1132 if (ABI_64_P (abfd)) in _bfd_sparc_elf_link_hash_table_create()
1328 if (! ABI_64_P (abfd) in sparc_elf_tls_transition()
1390 if (ABI_64_P (abfd)) in _bfd_sparc_elf_check_relocs()
1470 if (! ABI_64_P (abfd) && ! checked_tlsgd) in _bfd_sparc_elf_check_relocs()
1653 if (! ABI_64_P (abfd)) in _bfd_sparc_elf_check_relocs()
2662 if (! ABI_64_P (output_bfd) in _bfd_sparc_elf_size_dynamic_sections()
2780 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_size_dynamic_sections()
2965 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()
3299 if (! ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()
[all …]
Delfxx-mips.c795 #define ABI_64_P(abfd) \ macro
799 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
869 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
873 (ABI_64_P (abfd) \
879 (ABI_64_P (abfd) ? 0xdc000000 : 0x8c000000)
901 ((bfd_vma) 1 << (ABI_64_P (abfd) ? 63 : 31))
913 ((ABI_64_P (abfd) \
917 ((ABI_64_P (abfd) \
925 ((ABI_64_P (abfd) \
931 (ABI_64_P (abfd) \
[all …]
Delfxx-tilegx.c30 #define ABI_64_P(abfd) \ macro
1299 (ABI_64_P (output_bfd) ? in tilegx_plt_entry_build()
1391 if (ABI_64_P (abfd)) in tilegx_elf_link_hash_table_create()
3265 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()
3326 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()
3358 bfd_boolean is_64bit = ABI_64_P (output_bfd); in tilegx_elf_relocate_section()
3406 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()
4302 ABI_64_P (output_bfd) ? in tilegx_elf_finish_dynamic_sections()
4308 ABI_64_P (output_bfd) ? in tilegx_elf_finish_dynamic_sections()
DChangeLog-201064 * elf64-x86-64.c (ABI_64_P): New.
90 (elf_x86_64_check_relocs): Check ABI_64_P when requesting for
DChangeLog-02036007 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
7085 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
7751 * elfxx-mips.c (ABI_64_P): Fix comment.
8532 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
DChangeLog-98991724 * elf32-mips.c (ABI_64_P): New macro.
1725 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
DChangeLog-20123113 * elf64-x86-64.c (elf_x86_64_relocate_section): Remove ABI_64_P
DChangeLog-20113245 for ILP32. Remove ABI_64_P PIC check for R_X86_64_8,