Searched refs:ABI_64_P (Results 1 – 9 of 9) sorted by relevance
40 #define ABI_64_P(abfd) \ macro1132 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()2664 if (! ABI_64_P (output_bfd) in _bfd_sparc_elf_size_dynamic_sections()2782 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_size_dynamic_sections()2967 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()3303 if (! ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()[all …]
50 #define ABI_64_P(abfd) \ macro278 if (ABI_64_P (abfd)) in elf_x86_64_rtype_to_howto()323 if (!ABI_64_P (abfd) && strcasecmp (r_name, "R_X86_64_32") == 0) in elf_x86_64_reloc_name_lookup()1069 if (ABI_64_P (abfd)) in elf_x86_64_link_hash_table_create()1349 if (!ABI_64_P (abfd) in elf_x86_64_check_tls_transition()1362 else if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()1411 if (!ABI_64_P (abfd) in elf_x86_64_check_tls_transition()1474 if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()1481 if (ABI_64_P (abfd)) in elf_x86_64_check_tls_transition()2057 && ABI_64_P (link_info->output_bfd)) in elf_x86_64_convert_load_reloc()[all …]
30 #define ABI_64_P(abfd) \ macro1299 (ABI_64_P (output_bfd) ? in tilegx_plt_entry_build()1391 if (ABI_64_P (abfd)) in tilegx_elf_link_hash_table_create()3267 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()3328 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()3360 bfd_boolean is_64bit = ABI_64_P (output_bfd); in tilegx_elf_relocate_section()3408 if (ABI_64_P (output_bfd)) in tilegx_elf_relocate_section()4306 ABI_64_P (output_bfd) ? in tilegx_elf_finish_dynamic_sections()4312 ABI_64_P (output_bfd) ? in tilegx_elf_finish_dynamic_sections()
793 #define ABI_64_P(abfd) \ macro797 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))867 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))871 (ABI_64_P (abfd) \877 (ABI_64_P (abfd) ? 0xdc000000 : 0x8c000000)899 ((bfd_vma) 1 << (ABI_64_P (abfd) ? 63 : 31))911 ((ABI_64_P (abfd) \920 ((ABI_64_P (abfd) \926 (ABI_64_P (abfd) \940 (ABI_64_P (abfd) \[all …]
64 * elf64-x86-64.c (ABI_64_P): New.90 (elf_x86_64_check_relocs): Check ABI_64_P when requesting for
6007 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
1724 * elf32-mips.c (ABI_64_P): New macro.1725 (IRIX_COMPAT): We are IRIX6-compatible if ABI_64_P.
3113 * elf64-x86-64.c (elf_x86_64_relocate_section): Remove ABI_64_P
3245 for ILP32. Remove ABI_64_P PIC check for R_X86_64_8,