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.25/bfd/
elf64-x86-64.c 49 #define ABI_64_P(abfd) \
269 if (ABI_64_P (abfd))
314 if (!ABI_64_P (abfd) && strcasecmp (r_name, "R_X86_64_32") == 0)
    [all...]
elfxx-sparc.c 40 #define ABI_64_P(abfd) \
4561 bfd_boolean abi_64_p; local
    [all...]
elfxx-mips.c 797 #define ABI_64_P(abfd) \
801 #define NEWABI_P(abfd) (ABI_N32_P (abfd) || ABI_64_P (abfd))
871 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
875 (ABI_64_P (abfd) \
881 (ABI_64_P (abfd) ? 0xdc000000 : 0x8c000000)
903 ((bfd_vma) 1 << (ABI_64_P (abfd) ? 63 : 31))
915 ((ABI_64_P (abfd) \
919 ((ABI_64_P (abfd) \
927 ((ABI_64_P (abfd) \
933 (ABI_64_P (abfd)
    [all...]
elfxx-tilegx.c 30 #define ABI_64_P(abfd) \
    [all...]

Completed in 848 milliseconds