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

  /external/qemu/
dis-asm.h 19 typedef uint64_t bfd_vma; typedef
233 bfd_vma i;
299 PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int length,
307 PARAMS ((int status, bfd_vma memaddr, struct disassemble_info *info));
311 PARAMS ((bfd_vma addr, struct disassemble_info *info));
321 PARAMS ((bfd_vma addr, struct disassemble_info * info));
325 bfd_vma buffer_vma;
354 bfd_vma target; /* Target address of branch or dref, if known;
356 bfd_vma target2; /* Second target address for dref2 */
368 PARAMS((bfd_vma, disassemble_info *))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 130 typedef BFD_HOST_U_64_BIT bfd_vma; typedef
154 typedef unsigned long bfd_vma; typedef
158 with bfd_vma in the same way that signed and unsigned ints are compatible
165 /* Print a bfd_vma x on stream s. */
180 typedef bfd_vma bfd_uint64_t;
188 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
189 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
328 bfd_vma offset; /* Offset into section. */
337 (((addr) + ((bfd_vma) 1 << (align)) - 1) & ((bfd_vma) -1 << (align))
    [all...]

Completed in 786 milliseconds