HomeSort by relevance Sort by last modified time
    Searched defs:BFD_HOST_64_BIT (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 87 #define BFD_HOST_64_BIT @BFD_HOST_64_BIT@
89 typedef BFD_HOST_64_BIT bfd_int64_t;
129 #ifndef BFD_HOST_64_BIT
131 #endif /* ! defined (BFD_HOST_64_BIT) */
134 typedef BFD_HOST_64_BIT bfd_signed_vma;
177 #ifndef BFD_HOST_64_BIT
180 BFD_HOST_64_BIT is undefined such a function should abort or
    [all...]
bfd-in2.h 94 #define BFD_HOST_64_BIT @BFD_HOST_64_BIT@
96 typedef BFD_HOST_64_BIT bfd_int64_t;
136 #ifndef BFD_HOST_64_BIT
138 #endif /* ! defined (BFD_HOST_64_BIT) */
141 typedef BFD_HOST_64_BIT bfd_signed_vma;
184 #ifndef BFD_HOST_64_BIT
187 BFD_HOST_64_BIT is undefined such a function should abort or
    [all...]

Completed in 91 milliseconds