Searched refs:ABI_64_P (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-sparc.c36 #define ABI_64_P(abfd) \ macro
809 if (ABI_64_P (abfd))
931 if (ABI_64_P (dynobj))
1008 if (! ABI_64_P (abfd)
1072 if (ABI_64_P (abfd))
1105 if (! ABI_64_P (abfd) && ! checked_tlsgd)
1275 if (! ABI_64_P (abfd))
2241 if (! ABI_64_P (output_bfd)
2359 if (ABI_64_P (output_bfd))
2507 if (ABI_64_P (output_bf
[all...]
H A Delfxx-mips.c519 #define ABI_64_P(abfd) \
523 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
580 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
584 (ABI_64_P (abfd) \
609 == (ABI_64_P (abfd) ? sizeof (Elf64_External_Rela) \
635 ((ABI_64_P (abfd) \
639 ((ABI_64_P (abfd) \
647 ((ABI_64_P (abfd) \
659 : ABI_64_P (abfd) ? "/usr/lib64/libc.so.1" \
664 (ABI_64_P (bf
517 #define ABI_64_P macro
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c516 #define ABI_64_P(abfd) \
520 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
559 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
563 (ABI_64_P (abfd) \
588 == (ABI_64_P (abfd) ? sizeof (Elf64_External_Rela) \
607 ((ABI_64_P (abfd) \
611 ((ABI_64_P (abfd) \
616 ((ABI_64_P (abfd) \
626 : ABI_64_P (abfd) ? "/usr/lib64/libc.so.1" \
631 (ABI_64_P (bf
514 #define ABI_64_P macro
[all...]

Completed in 195 milliseconds