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

  /external/qemu/
dis-asm.h 15 typedef uint64_t bfd_vma; typedef
232 bfd_vma i;
296 (bfd_vma memaddr, bfd_byte *myaddr, int length,
304 (int status, bfd_vma memaddr, struct disassemble_info *info);
308 (bfd_vma addr, struct disassemble_info *info);
318 (bfd_vma addr, struct disassemble_info * info);
322 bfd_vma buffer_vma;
351 bfd_vma target; /* Target address of branch or dref, if known;
353 bfd_vma target2; /* Second target address for dref2 */
364 typedef int (*disassembler_ftype) (bfd_vma, disassemble_info *)
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 135 typedef BFD_HOST_U_64_BIT bfd_vma; typedef
158 typedef unsigned long bfd_vma; typedef
162 with bfd_vma in the same way that signed and unsigned ints are compatible
169 /* Print a bfd_vma x on stream s. */
185 typedef bfd_vma bfd_uint64_t;
193 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
194 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
272 bfd_vma offset; /* Offset into section. */
281 (((addr) + ((bfd_vma) 1 << (align)) - 1) & ((bfd_vma) -1 << (align))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 135 typedef BFD_HOST_U_64_BIT bfd_vma; typedef
158 typedef unsigned long bfd_vma; typedef
162 with bfd_vma in the same way that signed and unsigned ints are compatible
169 /* Print a bfd_vma x on stream s. */
185 typedef bfd_vma bfd_uint64_t;
193 extern void bfd_sprintf_vma (bfd *, char *, bfd_vma);
194 extern void bfd_fprintf_vma (bfd *, void *, bfd_vma);
272 bfd_vma offset; /* Offset into section. */
281 (((addr) + ((bfd_vma) 1 << (align)) - 1) & ((bfd_vma) -1 << (align))
    [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 458 milliseconds