Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dm68hc11-dis.c49 static int read_memory (bfd_vma, bfd_byte *, int, struct disassemble_info *);
55 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
88 status = read_memory (memaddr, &buffer[0], 1, info); in print_indexed_operand()
151 status = read_memory (memaddr + pos, &buffer[0], 2, info); in print_indexed_operand()
176 status = read_memory (memaddr + pos, in print_indexed_operand()
248 status = read_memory (memaddr, buffer, 2, info); in print_insn()
344 status = read_memory (memaddr, buffer, 1, info); in print_insn()
372 status = read_memory (memaddr + pos, &buffer[1], 1, info); in print_insn()
393 status = read_memory (memaddr + pos + 1, in print_insn()
438 status = read_memory (memaddr + pos, &buffer[0], 1, info); in print_insn()
[all …]
Dxgate-dis.c46 static int read_memory (bfd_vma, bfd_byte*, int, struct disassemble_info *);
112 status = read_memory (memaddr, buffer, XGATE_TWO_BYTES, info); in print_insn()
282 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
DChangeLog-2012852 * xgate-dis.c (read_memory, print_insn, print_insn_xgate):
DChangeLog-20051017 read_memory.
DChangeLog-00011723 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):