Home
last modified time | relevance | path

Searched refs:BFD_HOST_U_64_BIT (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dcpu-ia64-opc.c102 BFD_HOST_U_64_BIT value = 0; in ext_immu()
109 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total; in ext_immu()
195 & ((((BFD_HOST_U_64_BIT) 1) << bits) - 1)) << total; in ext_imms_scaled()
315 if (value >= ((BFD_HOST_U_64_BIT) 1) << self->field[0].bits) in ins_cnt()
326 & ((((BFD_HOST_U_64_BIT) 1) << self->field[0].bits) - 1)) + 1; in ext_cnt()
385 BFD_HOST_U_64_BIT sign = 0; in ins_inc3()
Dbfd-in.h82 #define BFD_HOST_U_64_BIT @BFD_HOST_U_64_BIT@ macro
84 typedef BFD_HOST_U_64_BIT bfd_uint64_t;
123 typedef BFD_HOST_U_64_BIT bfd_vma;
125 typedef BFD_HOST_U_64_BIT bfd_size_type;
126 typedef BFD_HOST_U_64_BIT symvalue;
Dbfd-in2.h89 #define BFD_HOST_U_64_BIT @BFD_HOST_U_64_BIT@ macro
91 typedef BFD_HOST_U_64_BIT bfd_uint64_t;
130 typedef BFD_HOST_U_64_BIT bfd_vma;
132 typedef BFD_HOST_U_64_BIT bfd_size_type;
133 typedef BFD_HOST_U_64_BIT symvalue;
Dconfigure.in113 BFD_HOST_U_64_BIT=
138 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
145 AC_SUBST(BFD_HOST_U_64_BIT) subst
976 bfd_ufile_ptr=BFD_HOST_U_64_BIT
Delfxx-ia64.c3871 #ifdef BFD_HOST_U_64_BIT
3872 BFD_HOST_U_64_BIT val = (BFD_HOST_U_64_BIT) v;
Delflink.c5248 #ifdef BFD_HOST_U_64_BIT in compute_bucket_count()
5253 BFD_HOST_U_64_BIT best_chlen = ~((BFD_HOST_U_64_BIT) 0); in compute_bucket_count()
5287 BFD_HOST_U_64_BIT max; in compute_bucket_count()
Dconfigure11197 BFD_HOST_U_64_BIT=
12098 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
19526 bfd_ufile_ptr=BFD_HOST_U_64_BIT
21127 s,@BFD_HOST_U_64_BIT@,$BFD_HOST_U_64_BIT,;t t
DMakefile.in124 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
DChangeLog-96974097 BFD_HOST_64_BIT, and BFD_HOST_U_64_BIT. Add bfd-in2.h:bfd-in2.h
4102 (BFD_HOST_U_64_BIT): Define when BFD_HOST_64_BIT is defined.
4103 (bfd_vma): Typedef as BFD_HOST_U_64_BIT.
DChangeLog-98993253 * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
3255 * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
/freebsd-9-stable/contrib/binutils/include/opcode/
Dia64.h14 typedef BFD_HOST_U_64_BIT ia64_insn;
/freebsd-9-stable/contrib/gdb/gdb/
Ddefs.h107 #define ULONGEST BFD_HOST_U_64_BIT
119 #define ULONGEST BFD_HOST_U_64_BIT
/freebsd-9-stable/contrib/binutils/opcodes/
Dia64-dis.c76 BFD_HOST_U_64_BIT value; in print_insn_ia64()
/freebsd-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h87 #define BFD_HOST_U_64_BIT unsigned long long macro
91 #define BFD_HOST_U_64_BIT unsigned long
98 typedef BFD_HOST_U_64_BIT bfd_uint64_t;
136 typedef BFD_HOST_U_64_BIT bfd_vma;
138 typedef BFD_HOST_U_64_BIT bfd_size_type;
139 typedef BFD_HOST_U_64_BIT symvalue;
/freebsd-9-stable/contrib/binutils/bfd/doc/
DMakefile.in97 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@