HomeSort by relevance Sort by last modified time
    Searched refs:ABI_64_P (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elf64-x86-64.c 50 #define ABI_64_P(abfd) \
278 if (ABI_64_P (abfd))
323 if (!ABI_64_P (abfd) && strcasecmp (r_name, "R_X86_64_32") == 0)
    [all...]
elfxx-sparc.c 40 #define ABI_64_P(abfd) \
4566 bfd_boolean abi_64_p; local
    [all...]
elfxx-tilegx.c 30 #define ABI_64_P(abfd) \
    [all...]
elfxx-mips.c 795 #define ABI_64_P(abfd) \
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) \
922 ((ABI_64_P (abfd) \
928 (ABI_64_P (abfd) \
942 (ABI_64_P (abfd)
    [all...]

Completed in 86 milliseconds