Home
last modified time | relevance | path

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

/external/qemu/
Ddis-asm.h21 typedef uint8_t bfd_byte; typedef
299 (bfd_vma memaddr, bfd_byte *myaddr, int length,
324 bfd_byte *buffer;
417 (bfd_vma, bfd_byte *, int, struct disassemble_info *);
471 bfd_vma bfd_getl32 (const bfd_byte *addr);
472 bfd_vma bfd_getb32 (const bfd_byte *addr);
473 bfd_vma bfd_getl16 (const bfd_byte *addr);
474 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_getl32 (const bfd_byte *addr) in bfd_getl32()
87 bfd_vma bfd_getb32 (const bfd_byte *addr) in bfd_getb32()
98 bfd_vma bfd_getl16 (const bfd_byte *addr) in bfd_getl16()
107 bfd_vma bfd_getb16 (const bfd_byte *addr) in bfd_getb16()
291 fprintf(out, "%08x ", (int)bfd_getl32((const bfd_byte *)pc)); in disas()
324 monitor_read_memory (bfd_vma memaddr, bfd_byte *myaddr, int length, in monitor_read_memory()
Darm-dis.c3829 status = info->read_memory_func (addr, (bfd_byte *)b, 2, info); in find_ifthen_state()
4025 status = info->read_memory_func (pc, (bfd_byte *)b, size, info); in print_insn_arm()
4042 status = info->read_memory_func (pc, (bfd_byte *)b, 4, info); in print_insn_arm()
4058 status = info->read_memory_func (pc, (bfd_byte *)b, 2, info); in print_insn_arm()
4072 status = info->read_memory_func (pc + 2, (bfd_byte *)b, 2, info); in print_insn_arm()
Di386-dis.c158 static int fetch_data (struct disassemble_info *, bfd_byte *);
224 bfd_byte *max_fetched;
225 bfd_byte the_buffer[MAX_MNEM_SIZE];
288 fetch_data (struct disassemble_info *info, bfd_byte *addr) in fetch_data()
Dppc-dis.c5247 bfd_byte buffer[4]; in print_insn_powerpc()