Home
last modified time | relevance | path

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

1234

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dm68hc11-dis.c50 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
83 status = read_memory (memaddr, &buffer[0], 1, info); in print_indexed_operand()
144 status = read_memory (memaddr + pos, &buffer[0], 2, info); in print_indexed_operand()
167 status = read_memory (memaddr + pos, in print_indexed_operand()
234 status = read_memory (memaddr, buffer, 2, info); in print_insn()
327 status = read_memory (memaddr, buffer, 1, info); in print_insn()
355 status = read_memory (memaddr + pos, &buffer[1], 1, info); in print_insn()
376 status = read_memory (memaddr + pos + 1, in print_insn()
421 status = read_memory (memaddr + pos, &buffer[0], 1, info); in print_insn()
517 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()
281 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dm68hc11-dis.c50 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
83 status = read_memory (memaddr, &buffer[0], 1, info); in print_indexed_operand()
144 status = read_memory (memaddr + pos, &buffer[0], 2, info); in print_indexed_operand()
167 status = read_memory (memaddr + pos, in print_indexed_operand()
234 status = read_memory (memaddr, buffer, 2, info); in print_insn()
327 status = read_memory (memaddr, buffer, 1, info); in print_insn()
355 status = read_memory (memaddr + pos, &buffer[1], 1, info); in print_insn()
376 status = read_memory (memaddr + pos + 1, in print_insn()
421 status = read_memory (memaddr + pos, &buffer[0], 1, info); in print_insn()
517 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()
281 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-disasm.py198 v = bytes(info.read_memory(1, o))[0]
255 info.read_memory(1, -info.address + 2)
270 info.read_memory(1, -info.address + 2)
279 info.read_memory(1, -info.address + 2)
362 val = info.read_memory(1, 0)
389 def read_memory(self, length, offset): member in ReadMemoryMemoryErrorDisassembler.MyInfo
407 def read_memory(self, length, offset): member in ReadMemoryGdbErrorDisassembler.MyInfo
423 def read_memory(self, length, offset): member in ReadMemoryRuntimeErrorDisassembler.MyInfo
439 def read_memory(self, length, offset): member in ReadMemoryCaughtMemoryErrorDisassembler.MyInfo
458 def read_memory(self, length, offset): member in ReadMemoryCaughtGdbErrorDisassembler.MyInfo
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddisasm-selftests.c212 gdb_disassembler_test::read_memory), in print_one_insn_test()
235 static int read_memory (bfd_vma memaddr, gdb_byte *myaddr, in print_one_insn_test()
293 gdb_disassembler_test::read_memory) in memory_error_test()
297 static int read_memory (bfd_vma memaddr, gdb_byte *myaddr, in memory_error_test()
Dppc-netbsd-nat.c165 read_memory (pcb->pcb_sp, (gdb_byte *)&sf, sizeof sf); in ppcnbsd_supply_pcb()
171 read_memory(sf.sf_sp, (gdb_byte *)&cf, sizeof(cf)); in ppcnbsd_supply_pcb()
176 read_memory(cf.cf_sp, (gdb_byte *)&cf, sizeof(cf)); in ppcnbsd_supply_pcb()
Dz80-tdep.c323 read_memory (pc_beg, prologue, len); in z80_scan_prologue()
610 read_memory (sp, buf, addr_len); in z80_frame_unwind_cache()
612 read_memory (addr-addr_len-1, buf, addr_len+1); in z80_frame_unwind_cache()
703 read_memory (info->saved_regs[Z80_PC_REGNUM].addr (), in z80_frame_prev_register()
784 read_memory (addr, buf, sizeof(buf)); in z80_software_single_step()
849 read_memory (addr, buf, 3); in z80_software_single_step()
889 read_memory (memaddr, buf, len * size); in read_target_long_array()
1011 read_memory (addr, buf, sizeof(buf)); in z80_insn_is_call()
1031 read_memory (addr, buf, sizeof(buf)); in z80_insn_is_ret()
1050 read_memory (addr, buf, sizeof(buf)); in z80_insn_is_jump()
Dcorefile.c171 read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len) in read_memory() function
234 read_memory (memaddr, buf, len); in read_memory_integer()
244 read_memory (memaddr, buf, len); in read_memory_unsigned_integer()
273 read_memory (addr, buf, type->length ()); in read_memory_typed_address()
Dppc-obsd-nat.c174 read_memory (pcb->pcb_sp, (gdb_byte *)&sf, sizeof sf); in ppcobsd_supply_pcb()
181 read_memory (sf.sp, (gdb_byte *)&cf, sizeof cf); in ppcobsd_supply_pcb()
Di386-darwin-tdep.c82 read_memory (bp + 24, buf, 4); in i386_darwin_sigcontext_addr()
86 read_memory (si + 28, buf, 4); in i386_darwin_sigcontext_addr()
Di386-netbsd-nat.c61 read_memory (pcb->pcb_esp, (gdb_byte *)&sf, sizeof sf); in i386nbsd_supply_pcb()
Damd64-darwin-tdep.c91 read_memory (rbx + 48, buf, 8); in amd64_darwin_sigcontext_addr()
Damd64-obsd-nat.c103 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); in amd64obsd_supply_pcb()
Damd64-netbsd-nat.c95 read_memory (pcb->pcb_rsp, (gdb_byte *) &sf, sizeof sf); in amd64nbsd_supply_pcb()
Dsparc64-obsd-nat.c94 read_memory(pcb->pcb_sp + BIAS - 176 + (11 * 8), in sparc64obsd_supply_pcb()
Di386-obsd-nat.c67 read_memory (pcb->pcb_esp, (gdb_byte *) &sf, sizeof sf); in i386obsd_supply_pcb()
Di386-gnu-tdep.c118 read_memory (sp + 8, buf, 4); in i386_gnu_sigcontext_addr()
Dravenscar-thread.c396 read_memory (object_addr, buf, buf_size); in get_running_thread_id()
536 read_memory (addr, buf, size); in supply_one_register()
673 read_memory (thread_descriptor_address + v_init_offset, &init, 1); in get_fpu_state()
Dgdbcore.h48 extern void read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len);
Dsparc64-netbsd-nat.c156 read_memory(pcb->pcb_sp + BIAS - 176 + (11 * 8), in sparc64nbsd_supply_pcb()
Daarch64-netbsd-nat.c161 read_memory ((uintptr_t)pcb->pcb_tf, (gdb_byte *) &tf, sizeof tf); in aarch64_nbsd_supply_pcb()
Dia64-linux-tdep.c65 read_memory (sp + 16, buf, 8); in ia64_linux_sigcontext_register_address()
Dm68k-bsd-nat.c220 read_memory (pcb->pcb_regs[PCB_REGS_FP] + 4, (gdb_byte *) &tmp, sizeof tmp); in m68kbsd_supply_pcb()
Di386-darwin-nat.c538 read_memory (flags_addr, (gdb_byte *) &eflags, 4); in i386_darwin_sstep_at_sigreturn()
569 read_memory (flags_addr, (gdb_byte *) &rflags, 4); in amd64_darwin_sstep_at_sigreturn()

1234