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

  /toolchain/binutils/binutils-2.25/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 96 #define BFD_HOST_64_BIT long long
98 typedef BFD_HOST_64_BIT bfd_int64_t;
138 #ifndef BFD_HOST_64_BIT
140 #endif /* ! defined (BFD_HOST_64_BIT) */
143 typedef BFD_HOST_64_BIT bfd_signed_vma;
186 #ifndef BFD_HOST_64_BIT
189 BFD_HOST_64_BIT is undefined such a function should abort or
197 typedef BFD_HOST_64_BIT file_ptr;
198 typedef unsigned BFD_HOST_64_BIT ufile_ptr;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 96 #define BFD_HOST_64_BIT long long
98 typedef BFD_HOST_64_BIT bfd_int64_t;
138 #ifndef BFD_HOST_64_BIT
140 #endif /* ! defined (BFD_HOST_64_BIT) */
143 typedef BFD_HOST_64_BIT bfd_signed_vma;
186 #ifndef BFD_HOST_64_BIT
189 BFD_HOST_64_BIT is undefined such a function should abort or
197 typedef BFD_HOST_64_BIT file_ptr;
198 typedef unsigned BFD_HOST_64_BIT ufile_ptr;
    [all...]

Completed in 277 milliseconds