Searched refs:read_memory (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m68hc11-dis.c | 49 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 …]
|
D | xgate-dis.c | 46 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
|
D | ChangeLog-2012 | 852 * xgate-dis.c (read_memory, print_insn, print_insn_xgate):
|
D | ChangeLog-2005 | 1017 read_memory.
|
D | ChangeLog-0001 | 1723 * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12):
|