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

  /external/qemu/
dis-asm.h 17 typedef uint8_t bfd_byte; typedef
296 (bfd_vma memaddr, bfd_byte *myaddr, int length,
321 bfd_byte *buffer;
417 int buffer_read_memory(bfd_vma, bfd_byte *, int, struct disassemble_info *);
471 bfd_vma bfd_getl64 (const bfd_byte *addr);
472 bfd_vma bfd_getl32 (const bfd_byte *addr);
473 bfd_vma bfd_getb32 (const bfd_byte *addr);
474 bfd_vma bfd_getl16 (const bfd_byte *addr);
475 bfd_vma bfd_getb16 (const bfd_byte *addr);
disas.c 17 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length,
32 bfd_byte *myaddr,
76 bfd_vma bfd_getl64 (const bfd_byte *addr)
91 bfd_vma bfd_getl32 (const bfd_byte *addr)
102 bfd_vma bfd_getb32 (const bfd_byte *addr)
113 bfd_vma bfd_getl16 (const bfd_byte *addr)
122 bfd_vma bfd_getb16 (const bfd_byte *addr)
344 monitor_read_memory (bfd_vma memaddr, bfd_byte *myaddr, int length,
arm-dis.c     [all...]
i386-dis.c 158 static int fetch_data2(struct disassemble_info *, bfd_byte *);
159 static int fetch_data(struct disassemble_info *, bfd_byte *);
225 bfd_byte *max_fetched;
226 bfd_byte the_buffer[MAX_MNEM_SIZE];
285 fetch_data2(struct disassemble_info *info, bfd_byte *addr)
314 fetch_data(struct disassemble_info *info, bfd_byte *addr)
    [all...]
mips-dis.c     [all...]
ppc-dis.c     [all...]
  /external/oprofile/libutil++/
op_spu_bfd.cpp 103 bfd_byte * sec_contents;
107 sec_contents = (bfd_byte *) xmalloc(sec_size);
141 * the type of sec_contents (bfd_byte *) cannot be
bfd_support.cpp 107 reinterpret_cast<bfd_byte *>(contents + crc_offset));
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 656 bfd_byte *contents;
bfd.h 200 typedef unsigned char bfd_byte; typedef
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 656 bfd_byte *contents;
bfd.h 200 typedef unsigned char bfd_byte; typedef
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 656 bfd_byte *contents;
bfd.h 200 typedef unsigned char bfd_byte; typedef
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
    [all...]

Completed in 323 milliseconds