Home
last modified time | relevance | path

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

/qemu/include/disas/
H A Ddis-asm.h17 typedef uint8_t bfd_byte; typedef
328 (bfd_vma memaddr, bfd_byte *myaddr, int length,
358 const bfd_byte *buffer;
481 static inline bfd_vma bfd_getl64(const bfd_byte *addr) in bfd_getl64()
486 static inline bfd_vma bfd_getl32(const bfd_byte *addr) in bfd_getl32()
491 static inline bfd_vma bfd_getl16(const bfd_byte *addr) in bfd_getl16()
496 static inline bfd_vma bfd_getb32(const bfd_byte *addr) in bfd_getb32()
501 static inline bfd_vma bfd_getb16(const bfd_byte *addr) in bfd_getb16()
/qemu/disas/
H A Ddisas-mon.c19 virtual_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, in virtual_read_memory()
28 physical_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, in physical_read_memory()
H A Dhexagon.c41 (bfd_byte *)&words[i], in print_insn_hexagon()
H A Ddisas-target.c13 static int translator_read_memory(bfd_vma memaddr, bfd_byte *myaddr, in translator_read_memory()
H A Dxtensa.c37 bfd_byte *buffer = g_malloc(1); in print_insn_xtensa()
H A Ddisas-host.c16 static int host_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, in host_read_memory()
H A Dm68k.c621 bfd_byte *max_fetched;
622 bfd_byte the_buffer[MAXLEN];
631 fetch_data2(struct disassemble_info *info, bfd_byte *addr) in fetch_data2()
652 fetch_data(struct disassemble_info *info, bfd_byte *addr) in fetch_data()
1732 bfd_byte *buffer = priv->the_buffer; in match_insn_m68k()
1872 bfd_byte *buffer = priv.the_buffer; in print_insn_m68k()
H A Dhppa.c1960 bfd_byte buffer[4]; in print_insn_hppa()
H A Dmips.c5053 bfd_byte buffer[INSNLEN]; in _print_insn_mips()
5114 bfd_byte buffer[2];
5556 bfd_byte buffer[2];
H A Dalpha.c1811 bfd_byte buffer[4]; in print_insn_alpha()
H A Dsh4.c2031 bfd_byte bytes[4]; in print_insn_sh()
H A Dsparc.c2670 bfd_byte buffer[4]; in print_insn_sparc()
H A Driscv.c5210 bfd_byte packet[2]; in print_insn_riscv()
H A Dnanomips.c21924 int status = (*info->read_memory_func)(memaddr, (bfd_byte *)ret, 2, info); in read_u16()
/qemu/target/avr/
H A Ddisas.c73 bfd_byte buffer[4]; in avr_print_insn()
/qemu/target/openrisc/
H A Ddisas.c36 bfd_byte buffer[4]; in print_insn_or1k()
/qemu/target/loongarch/
H A Ddisas.c138 bfd_byte buffer[4]; in print_insn_loongarch()