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

  /toolchain/binutils/binutils-2.27/include/nlm/
internal.h 40 #ifdef BFD_HOST_64_BIT
41 typedef unsigned BFD_HOST_64_BIT Nlm64_Addr;
42 typedef unsigned BFD_HOST_64_BIT Nlm64_Off;
43 typedef BFD_HOST_64_BIT Nlm64_Sxword;
44 typedef unsigned BFD_HOST_64_BIT Nlm64_Xword;
  /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...]
libbfd.c 586 #ifdef BFD_HOST_64_BIT
609 #ifdef BFD_HOST_64_BIT
633 #ifdef BFD_HOST_64_BIT
656 #ifdef BFD_HOST_64_BIT
699 #ifdef BFD_HOST_64_BIT
717 #ifdef BFD_HOST_64_BIT
cpu-ia64-opc.c 164 BFD_HOST_64_BIT svalue = value, sign_bit = 0;
189 BFD_HOST_64_BIT val = 0, sign;
199 sign = (BFD_HOST_64_BIT) 1 << (total - 1);
424 BFD_HOST_64_BIT val = value;
447 BFD_HOST_64_BIT val;
configure.com 87 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT@', FORWARD, EXACT, rang);
167 match_pos := SEARCH_QUIETLY('@BFD_HOST_64_BIT@', FORWARD, EXACT, rang);
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...]
configure 629 BFD_HOST_64_BIT
    [all...]
elflink.c     [all...]
  /toolchain/binutils/binutils-2.27/gprof/
gmon_io.c 149 #ifdef BFD_HOST_64_BIT
151 *valp = (BFD_HOST_64_BIT) val64;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c     [all...]

Completed in 377 milliseconds