Home
last modified time | relevance | path

Searched refs:bfd_byte (Results 1 – 8 of 8) sorted by relevance

/external/qemu/
Ddis-asm.h17 typedef uint8_t bfd_byte; typedef
296 (bfd_vma memaddr, bfd_byte *myaddr, int length,
321 bfd_byte *buffer;
415 int buffer_read_memory(bfd_vma, bfd_byte *, int, struct disassemble_info *);
469 bfd_vma bfd_getl64 (const bfd_byte *addr);
470 bfd_vma bfd_getl32 (const bfd_byte *addr);
471 bfd_vma bfd_getb32 (const bfd_byte *addr);
472 bfd_vma bfd_getl16 (const bfd_byte *addr);
473 bfd_vma bfd_getb16 (const bfd_byte *addr);
Ddisas.c17 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, in buffer_read_memory()
32 bfd_byte *myaddr, in target_read_memory()
76 bfd_vma bfd_getl64 (const bfd_byte *addr) in bfd_getl64()
91 bfd_vma bfd_getl32 (const bfd_byte *addr) in bfd_getl32()
102 bfd_vma bfd_getb32 (const bfd_byte *addr) in bfd_getb32()
113 bfd_vma bfd_getl16 (const bfd_byte *addr) in bfd_getl16()
122 bfd_vma bfd_getb16 (const bfd_byte *addr) in bfd_getb16()
344 monitor_read_memory (bfd_vma memaddr, bfd_byte *myaddr, int length, in monitor_read_memory()
Darm-dis.c3824 status = info->read_memory_func (addr, (bfd_byte *)b, 2, info); in find_ifthen_state()
4020 status = info->read_memory_func (pc, (bfd_byte *)b, size, info); in print_insn_arm()
4037 status = info->read_memory_func (pc, (bfd_byte *)b, 4, info); in print_insn_arm()
4053 status = info->read_memory_func (pc, (bfd_byte *)b, 2, info); in print_insn_arm()
4067 status = info->read_memory_func (pc + 2, (bfd_byte *)b, 2, info); in print_insn_arm()
Di386-dis.c158 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) in fetch_data2()
314 fetch_data(struct disassemble_info *info, bfd_byte *addr) in fetch_data()
Dmips-dis.c4077 bfd_byte buffer[INSNLEN]; in _print_insn_mips()
4138 bfd_byte buffer[2];
4580 bfd_byte buffer[2];
Dppc-dis.c5247 bfd_byte buffer[4]; in print_insn_powerpc()
/external/oprofile/libutil++/
Dop_spu_bfd.cpp103 bfd_byte * sec_contents; in op_bfd()
107 sec_contents = (bfd_byte *) xmalloc(sec_size); in op_bfd()
Dbfd_support.cpp107 reinterpret_cast<bfd_byte *>(contents + crc_offset)); in get_debug_link_info()