| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | m68hc11-dis.c | 42 static int read_memory (bfd_vma, bfd_byte *, int, struct disassemble_info *); 48 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function 81 status = read_memory (memaddr, &buffer[0], 1, info); in print_indexed_operand() 142 status = read_memory (memaddr + pos, &buffer[0], 2, info); in print_indexed_operand() 166 status = read_memory (memaddr + pos, in print_indexed_operand() 236 status = read_memory (memaddr, buffer, 1, info); in print_insn() 266 status = read_memory (memaddr + pos, &buffer[1], 1, info); in print_insn() 289 status = read_memory (memaddr + pos + 1, in print_insn() 334 status = read_memory (memaddr + pos, &buffer[0], 1, info); in print_insn() 426 status = read_memory (memaddr + pos + offset, &buffer[0], 1, info); in print_insn() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | m68hc11-dis.c | 42 static int read_memory (bfd_vma, bfd_byte *, int, struct disassemble_info *); 48 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, in read_memory() function 81 status = read_memory (memaddr, &buffer[0], 1, info); in print_indexed_operand() 142 status = read_memory (memaddr + pos, &buffer[0], 2, info); in print_indexed_operand() 166 status = read_memory (memaddr + pos, in print_indexed_operand() 236 status = read_memory (memaddr, buffer, 1, info); in print_insn() 266 status = read_memory (memaddr + pos, &buffer[1], 1, info); in print_insn() 289 status = read_memory (memaddr + pos + 1, in print_insn() 334 status = read_memory (memaddr + pos, &buffer[0], 1, info); in print_insn() 426 status = read_memory (memaddr + pos + offset, &buffer[0], 1, info); in print_insn() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | solib-sunos.c | 239 read_memory (rtc_symp, in solib_add_common_symbols() 242 read_memory (SOLIB_EXTRACT_ADDRESS (inferior_rtc_symb.rtc_sp), in solib_add_common_symbols() 253 read_memory (SOLIB_EXTRACT_ADDRESS (inferior_rtc_nlist.n_un.n_name), in solib_add_common_symbols() 356 read_memory (debug_base, (char *) &dynamic_copy, sizeof (dynamic_copy)); in first_link_map_member() 361 read_memory (SOLIB_EXTRACT_ADDRESS (dynamic_copy.ld_un.ld_2), in first_link_map_member() 433 read_memory (lm, new->lm_info->lm, sizeof (struct link_map)); in sunos_current_sos() 526 read_memory (debug_addr, (char *) &debug_copy, sizeof (debug_copy)); in disable_break()
|
| H A D | corefile.c | 234 read_memory (CORE_ADDR memaddr, char *myaddr, int len) in read_memory() function 298 read_memory (memaddr, buf, len); in read_memory_integer() 307 read_memory (memaddr, buf, len); in read_memory_unsigned_integer() 329 read_memory (memaddr + (int) (cp - buffer), cp, cnt); in read_memory_string() 342 read_memory (addr, buf, TYPE_LENGTH (type)); in read_memory_typed_address() 393 read_memory (curaddr, data_found, len);
|
| H A D | solib-irix.c | 153 read_memory (addr, (char *) &buf, sizeof (buf.ol32)); in fetch_lm_info() 163 read_memory (obj_addr, obj_buf, sizeof (obj_buf)); in fetch_lm_info() 178 read_memory (addr + sizeof (buf.ol32), in fetch_lm_info() 202 read_memory (addr + sizeof (buf.ol32), in fetch_lm_info() 504 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_current_sos() 608 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_open_symbol_file_object()
|
| H A D | hpux-thread.c | 85 read_memory ((CORE_ADDR) P_cma__g_current_thread, in find_active_thread() 89 read_memory (tcb_ptr, (char *) &tcb, sizeof tcb); in find_active_thread() 107 read_memory ((CORE_ADDR) P_cma__g_known_threads, in find_tcb() 119 read_memory ((CORE_ADDR) tcb_ptr, (char *) &cached_tcb, sizeof cached_tcb); in find_tcb() 300 read_memory (sp - 20, buf, register_size (current_gdbarch, regno)); in hpux_thread_fetch_registers() 302 read_memory (sp + regmap[regno], buf, register_size (current_gdbarch, regno)); in hpux_thread_fetch_registers()
|
| H A D | ppcnbsd-nat.c | 157 read_memory (pcb->pcb_sp, (char *) &sf, sizeof sf); in ppcnbsd_supply_pcb() 164 read_memory(sf.sp, (char *)&cf, sizeof(cf)); in ppcnbsd_supply_pcb() 169 read_memory(cf.sp, (char *)&cf, sizeof(cf)); in ppcnbsd_supply_pcb()
|
| H A D | ppc64obsd-nat.c | 181 read_memory (pcb->pcb_sp, (char *)&sf, sizeof sf); in ppc64obsd_supply_pcb() 187 read_memory (sf.sp, (char *)&cf, sizeof cf); in ppc64obsd_supply_pcb() 192 read_memory (cf.sp, (char *)&cf, sizeof cf); in ppc64obsd_supply_pcb()
|
| H A D | ppcobsd-nat.c | 180 read_memory (pcb->pcb_sp, (char *)&sf, sizeof sf); in ppcobsd_supply_pcb() 186 read_memory (sf.sp, (char *)&cf, sizeof cf); in ppcobsd_supply_pcb() 191 read_memory (cf.sp, (char *)&cf, sizeof cf); in ppcobsd_supply_pcb()
|
| H A D | solib-svr4.c | 504 read_memory (debug_base + lmo->r_map_offset, r_map_buf, lmo->r_map_size); in first_link_map_member() 563 read_memory (lm + lmo->l_name_offset, l_name_buf, lmo->l_name_size); in open_symbol_file_object() 683 read_memory (lm, new->lm_info->lm, lmo->link_map_size); in svr4_current_sos() 803 read_memory (lm, objfile_lm_info.lm, lmo->link_map_size); in svr4_fetch_objfile_link_map() 806 read_memory (lm + lmo->l_name_offset, l_name_buf, lmo->l_name_size); in svr4_fetch_objfile_link_map()
|
| H A D | i386nbsd-nat.c | 66 read_memory (pcb->pcb_esp, (char *) &sf, sizeof sf); in i386nbsd_supply_pcb()
|
| H A D | ia64-linux-tdep.c | 57 read_memory (sp + 16, buf, 8); in ia64_linux_sigcontext_register_address()
|
| H A D | jv-valprint.c | 89 read_memory (address + JAVA_OBJECT_SIZE, buf4, 4); in java_value_print() 113 read_memory (address, buf, sizeof (buf)); in java_value_print() 124 read_memory (address, buf, sizeof (buf)); in java_value_print()
|
| H A D | amd64obsd-nat.c | 107 read_memory (pcb->pcb_rsp, (char *) &sf, sizeof sf); in amd64obsd_supply_pcb()
|
| H A D | i386obsd-nat.c | 72 read_memory (pcb->pcb_esp, (char *) &sf, sizeof sf); in i386obsd_supply_pcb()
|
| H A D | scm-valprint.c | 234 read_memory (addr + done, buffer, buf_size); in scm_scmval_print() 255 read_memory (SCM_CDR (svalue), str, len + 1); in scm_scmval_print()
|
| H A D | gdbcore.h | 61 extern void read_memory (CORE_ADDR memaddr, char *myaddr, int len);
|
| H A D | amd64-tdep.c | 442 read_memory (addr, readbuf, TYPE_LENGTH (type)); in amd64_return_value() 767 read_memory (pc + 1, buf, 10); in amd64_analyze_prologue() 793 read_memory (pc + 1, buf, 3); in amd64_analyze_prologue() 925 read_memory (*addrp, valuep, in amd64_frame_prev_register()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | diagnose_nsstring.py | 10 def read_memory(process, location, size): function 170 print("1K of data around location: %s\n" % read_memory( 172 print("5K of data around string pointer: %s\n" % read_memory(
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | linux-arm-low.c | 78 (*the_target->read_memory) (where, (char *) &insn, 4); in arm_breakpoint_at()
|
| H A D | linux-sh-low.c | 84 (*the_target->read_memory) (where, (char *) &insn, 2); in sh_breakpoint_at()
|
| H A D | target.h | 109 int (*read_memory) (CORE_ADDR memaddr, char *myaddr, int len); member
|
| H A D | linux-mips-low.c | 134 (*the_target->read_memory) (where, (char *) &insn, 4); in mips_breakpoint_at()
|
| H A D | target.c | 64 res = (*the_target->read_memory) (memaddr, myaddr, len); in read_inferior_memory()
|
| H A D | linux-ppc-low.c | 96 (*the_target->read_memory) (where, (char *) &insn, 4); in ppc_breakpoint_at()
|