Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delfxx-sparc.c34 #define ABI_64_P(abfd) \ macro
778 if (ABI_64_P (abfd)) in _bfd_sparc_elf_link_hash_table_create()
940 if (! ABI_64_P (abfd) in sparc_elf_tls_transition()
1003 if (ABI_64_P (abfd)) in _bfd_sparc_elf_check_relocs()
1036 if (! ABI_64_P (abfd) && ! checked_tlsgd) in _bfd_sparc_elf_check_relocs()
1206 if (! ABI_64_P (abfd)) in _bfd_sparc_elf_check_relocs()
2133 if (! ABI_64_P (output_bfd) in _bfd_sparc_elf_size_dynamic_sections()
2250 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_size_dynamic_sections()
2396 if (ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()
2569 if (! ABI_64_P (output_bfd)) in _bfd_sparc_elf_relocate_section()
[all …]
Delfxx-mips.c464 #define ABI_64_P(abfd) \ macro
468 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
512 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
516 (ABI_64_P (abfd) \
541 == (ABI_64_P (abfd) ? sizeof (Elf64_External_Rela) \
561 ((ABI_64_P (abfd) \
565 ((ABI_64_P (abfd) \
570 ((ABI_64_P (abfd) \
580 : ABI_64_P (abfd) ? "/usr/lib64/libc.so.1" \
585 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos))
[all …]