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

  /external/qemu/
dis-asm.h 21 typedef uint8_t bfd_byte; typedef
299 PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int length,
324 bfd_byte *buffer;
420 PARAMS ((bfd_vma, bfd_byte *, int, struct disassemble_info *));
476 bfd_vma bfd_getl32 (const bfd_byte *addr);
477 bfd_vma bfd_getb32 (const bfd_byte *addr);
478 bfd_vma bfd_getl16 (const bfd_byte *addr);
479 bfd_vma bfd_getb16 (const bfd_byte *addr);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 195 typedef unsigned char bfd_byte; typedef
743 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
    [all...]

Completed in 70 milliseconds