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

  /toolchain/binutils/binutils-2.27/bfd/
bfd-in.h 133 typedef BFD_HOST_U_64_BIT bfd_vma; typedef
156 typedef unsigned long bfd_vma; typedef
160 with bfd_vma in the same way that signed and unsigned ints are compatible
167 /* Print a bfd_vma x on stream s. */
183 typedef bfd_vma bfd_uint64_t;
191 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
192 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
270 bfd_vma offset; /* Offset into section. */
279 (((addr) + ((bfd_vma) 1 << (align)) - 1) & (-((bfd_vma) 1 << (align)))
    [all...]
bfd-in2.h 140 typedef BFD_HOST_U_64_BIT bfd_vma; typedef
163 typedef unsigned long bfd_vma; typedef
167 with bfd_vma in the same way that signed and unsigned ints are compatible
174 /* Print a bfd_vma x on stream s. */
190 typedef bfd_vma bfd_uint64_t;
198 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
199 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
277 bfd_vma offset; /* Offset into section. */
286 (((addr) + ((bfd_vma) 1 << (align)) - 1) & (-((bfd_vma) 1 << (align)))
    [all...]

Completed in 145 milliseconds