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
297 PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int length,
322 bfd_byte *buffer;
415 PARAMS ((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.c19 bfd_byte *myaddr;
35 bfd_byte *myaddr, in target_read_memory()
89 bfd_vma bfd_getl32 (const bfd_byte *addr) in bfd_getl32()
100 bfd_vma bfd_getb32 (const bfd_byte *addr) in bfd_getb32()
111 bfd_vma bfd_getl16 (const bfd_byte *addr) in bfd_getl16()
120 bfd_vma bfd_getb16 (const bfd_byte *addr) in bfd_getb16()
294 fprintf(out, "%08x ", (int)bfd_getl32((const bfd_byte *)pc)); in disas()
344 monitor_read_memory (bfd_vma memaddr, bfd_byte *myaddr, int length, in monitor_read_memory()
Darm-dis.c3858 status = info->read_memory_func (addr, (bfd_byte *)b, 2, info); in find_ifthen_state()
4054 status = info->read_memory_func (pc, (bfd_byte *)b, size, info); in print_insn_arm()
4071 status = info->read_memory_func (pc, (bfd_byte *)b, 4, info); in print_insn_arm()
4087 status = info->read_memory_func (pc, (bfd_byte *)b, 2, info); in print_insn_arm()
4101 status = info->read_memory_func (pc + 2, (bfd_byte *)b, 2, info); in print_insn_arm()
Di386-dis.c52 static int fetch_data PARAMS ((struct disassemble_info *, bfd_byte *));
102 bfd_byte *max_fetched;
103 bfd_byte the_buffer[MAXLEN];
167 bfd_byte *addr;
Dppc-dis.c3080 bfd_byte buf[4]; in print_insn_ppc()