Home
last modified time | relevance | path

Searched refs:bfd_uint64_t (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/armeb/
Dbfd.h104 typedef BFD_HOST_U_64_BIT bfd_uint64_t; typedef
215 typedef bfd_vma bfd_uint64_t; typedef
497 bfd_uint64_t bfd_getb64 (const void *);
498 bfd_uint64_t bfd_getl64 (const void *);
509 void bfd_putb64 (bfd_uint64_t, void *);
510 void bfd_putl64 (bfd_uint64_t, void *);
520 bfd_uint64_t bfd_get_bits (const void *, int, bfd_boolean);
521 void bfd_put_bits (bfd_uint64_t, void *, int, bfd_boolean);
7313 bfd_uint64_t (*bfd_getx64) (const void *);
7315 void (*bfd_putx64) (bfd_uint64_t, void *);
[all …]
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/coldfire/
Dbfd.h101 typedef BFD_HOST_U_64_BIT bfd_uint64_t; typedef
194 typedef bfd_vma bfd_uint64_t; typedef
553 bfd_uint64_t bfd_getb64 (const void *);
554 bfd_uint64_t bfd_getl64 (const void *);
565 void bfd_putb64 (bfd_uint64_t, void *);
566 void bfd_putl64 (bfd_uint64_t, void *);
574 bfd_uint64_t bfd_get_bits (const void *, int, bfd_boolean);
575 void bfd_put_bits (bfd_uint64_t, void *, int, bfd_boolean);
7196 bfd_uint64_t (*bfd_getx64) (const void *);
7198 void (*bfd_putx64) (bfd_uint64_t, void *);
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-20044321 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
4323 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
4325 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
4330 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4332 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4334 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
DChangeLog-20173231 (PRINT20): Cast value to bfd_uint64_t not long long.
3233 * coff-x86_64.c (coff_amd64_reloc): Use bfd_uint64_t rather than
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-20044321 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
4323 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
4325 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
4330 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4332 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4334 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
DChangeLog-20173231 (PRINT20): Cast value to bfd_uint64_t not long long.
3233 * coff-x86_64.c (coff_amd64_reloc): Use bfd_uint64_t rather than
/netbsd/src/external/gpl3/gdb/dist/include/
DChangeLog-2020238 * opcode/csky.h (CSKYV1_ISA_E1): Convert to bfd_uint64_t type.
/netbsd/src/external/gpl3/binutils/dist/include/
DChangeLog-2020238 * opcode/csky.h (CSKYV1_ISA_E1): Convert to bfd_uint64_t type.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git109177 bfd_uint64_t with uint64_t: Some hosts typedef int64_t to long long
121792 This patch removes the definition of bfd_uint64_t and bfd_int64_t as
121795 Remove use of bfd_uint64_t and similar
121796 Requiring C99 means that uses of bfd_uint64_t can be replaced with