Searched refs:memaddr (Results 1 - 25 of 150) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Ddis-buf.c27 /* Get LENGTH bytes from info's buffer, at target address memaddr.
30 buffer_read_memory (bfd_vma memaddr, argument
38 unsigned int octets = (memaddr - info->buffer_vma) * opb;
40 if (memaddr < info->buffer_vma
41 || memaddr - info->buffer_vma > max_addr_offset
42 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
55 bfd_vma memaddr,
65 /* Actually, address between memaddr and memaddr + len was
67 sprintf_vma (buf, memaddr);
54 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dpdp11-dis.c38 read_word (bfd_vma memaddr, int *word, disassemble_info *info) argument
43 status = (*info->read_memory_func) (memaddr, x, 2, info);
83 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) argument
104 if (read_word (*memaddr, &data, info) < 0)
108 *memaddr += 2;
122 if (read_word (*memaddr, &address, info) < 0)
125 *memaddr += 2;
146 if (read_word (*memaddr, &disp, info) < 0)
148 *memaddr += 2;
151 bfd_vma address = *memaddr
175 print_foperand(bfd_vma *memaddr, int code, disassemble_info *info) argument
192 print_insn_pdp11(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dm10300-dis.c34 disassemble (bfd_vma memaddr, argument
117 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
120 (*info->memory_error_func) (status, memaddr, info);
141 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
144 (*info->memory_error_func) (status, memaddr, info);
155 status = (*info->read_memory_func) (memaddr + 1, buffer, 4, info);
158 (*info->memory_error_func) (status, memaddr, info);
169 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
172 (*info->memory_error_func) (status, memaddr, info);
178 status = (*info->read_memory_func) (memaddr
586 print_insn_mn10300(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dm10200-dis.c29 disassemble (bfd_vma memaddr, argument
143 ((value + memaddr + mysize) & 0xffffff, info);
162 print_insn_mn10200 (bfd_vma memaddr, struct disassemble_info *info) argument
171 status = (*info->read_memory_func) (memaddr, buffer, 1, info);
174 (*info->memory_error_func) (status, memaddr, info);
218 status = (*info->read_memory_func) (memaddr, buffer, 2, info);
221 (*info->memory_error_func) (status, memaddr, info);
240 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
243 (*info->memory_error_func) (status, memaddr, info);
255 status = (*info->read_memory_func) (memaddr
[all...]
H A Dw65-dis.c60 print_insn_w65 (bfd_vma memaddr, struct disassemble_info *info) argument
75 status = info->read_memory_func (memaddr + i, insn + i, 1, info);
88 int asR_W65_PCR8 = ((char) (asR_W65_ABS8)) + memaddr + 2;
89 int asR_W65_PCR16 = ((short) (asR_W65_ABS16)) + memaddr + 3;
H A Dd10v-dis.c36 bfd_vma memaddr,
131 (*info->print_address_func) ((memaddr - num) & PC_MASK, info);
133 (*info->print_address_func) ((memaddr + num) & PC_MASK, info);
154 bfd_vma memaddr,
176 print_operand (oper, insn, op, memaddr, info);
196 bfd_vma memaddr,
226 print_operand (oper, ins[j], op, memaddr, info);
268 print_insn_d10v (bfd_vma memaddr, struct disassemble_info *info) argument
274 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
277 (*info->memory_error_func) (status, memaddr, inf
33 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
153 dis_long(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info) argument
195 dis_2_short(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info, int order) argument
[all...]
H A Dtic80-dis.c109 bfd_vma memaddr)
123 (*info->print_address_func) (memaddr + 4 * value, info);
158 bfd_vma memaddr,
165 status = (*info->read_memory_func) (memaddr + length, buffer, 4, info);
168 (*info->memory_error_func) (status, memaddr, info);
193 bfd_vma memaddr,
215 status = fill_instruction (info, memaddr, (unsigned long *) &value);
243 print_operand (info, value, insn, operand, memaddr);
265 bfd_vma memaddr,
294 length = print_one_instruction (info, memaddr, ins
102 print_operand(struct disassemble_info *info, long value, unsigned long insn, const struct tic80_operand *operand, bfd_vma memaddr) argument
153 fill_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long *insnp) argument
188 print_one_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *opcode) argument
259 print_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *vec_opcode) argument
304 print_insn_tic80(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dm68hc11-dis.c52 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, argument
59 status = (*info->read_memory_func) (memaddr, buffer, size, info);
62 (*info->memory_error_func) (status, memaddr, info);
72 print_indexed_operand (bfd_vma memaddr, struct disassemble_info* info, argument
85 status = read_memory (memaddr, &buffer[0], 1, info);
146 status = read_memory (memaddr + pos, &buffer[0], 2, info);
170 status = read_memory (memaddr + pos,
226 /* Disassemble one instruction at address 'memaddr'. Returns the number
229 print_insn (bfd_vma memaddr, struct disassemble_info* info, int arch) argument
240 status = read_memory (memaddr, buffe
733 print_insn_m68hc11(bfd_vma memaddr, struct disassemble_info* info) argument
739 print_insn_m68hc12(bfd_vma memaddr, struct disassemble_info* info) argument
[all...]
H A Dmcore-dis.c92 print_insn_mcore (memaddr, info)
93 bfd_vma memaddr;
105 status = info->read_memory_func (memaddr, ibytes, 2, info);
109 info->memory_error_func (status, memaddr, info);
205 (*print_func) (stream, "\t0x%lx", (long)(memaddr + 2 + (val << 1)));
210 val = memaddr + 2 + (val << 1);
227 (long) (memaddr - (val << 1)));
235 val = (memaddr + 2 + ((inst & 0xFF) << 2)) & 0xFFFFFFFC;
240 info->memory_error_func (status, memaddr, info);
256 (long) (memaddr
[all...]
H A Dsh64-dis.c178 print_insn_shmedia (bfd_vma memaddr, struct disassemble_info *info) argument
192 status = info->read_memory_func (memaddr, insn, 4, info);
200 status = info->read_memory_func (memaddr + i, insn, 1, info);
367 disp_pc_addr = (bfd_vma) imm + memaddr;
448 sh64_get_contents_type_disasm (bfd_vma memaddr, struct disassemble_info *info) argument
455 && memaddr >= sh64_infop->crange.cr_addr
456 && memaddr < sh64_infop->crange.cr_addr + sh64_infop->crange.cr_size)
464 = sh64_get_contents_type (info->section, memaddr,
479 memaddr, &sh64_infop->crange);
496 return (memaddr
526 print_insn_sh64x_media(bfd_vma memaddr, struct disassemble_info *info) argument
542 print_insn_sh64(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Ddis-buf.c27 /* Get LENGTH bytes from info's buffer, at target address memaddr.
30 buffer_read_memory (bfd_vma memaddr, argument
38 unsigned int octets = (memaddr - info->buffer_vma) * opb;
40 if (memaddr < info->buffer_vma
41 || memaddr - info->buffer_vma > max_addr_offset
42 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
55 bfd_vma memaddr,
65 /* Actually, address between memaddr and memaddr + len was
67 sprintf_vma (buf, memaddr);
54 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dpdp11-dis.c38 read_word (bfd_vma memaddr, int *word, disassemble_info *info) argument
43 status = (*info->read_memory_func) (memaddr, x, 2, info);
83 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) argument
104 if (read_word (*memaddr, &data, info) < 0)
108 *memaddr += 2;
122 if (read_word (*memaddr, &address, info) < 0)
125 *memaddr += 2;
146 if (read_word (*memaddr, &disp, info) < 0)
148 *memaddr += 2;
151 bfd_vma address = *memaddr
175 print_foperand(bfd_vma *memaddr, int code, disassemble_info *info) argument
192 print_insn_pdp11(bfd_vma memaddr, disassemble_info *info) argument
[all...]
H A Dm10300-dis.c34 disassemble (bfd_vma memaddr, argument
117 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
120 (*info->memory_error_func) (status, memaddr, info);
141 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
144 (*info->memory_error_func) (status, memaddr, info);
155 status = (*info->read_memory_func) (memaddr + 1, buffer, 4, info);
158 (*info->memory_error_func) (status, memaddr, info);
169 status = (*info->read_memory_func) (memaddr + 2, buffer, 2, info);
172 (*info->memory_error_func) (status, memaddr, info);
178 status = (*info->read_memory_func) (memaddr
586 print_insn_mn10300(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dm10200-dis.c29 disassemble (bfd_vma memaddr, argument
143 ((value + memaddr + mysize) & 0xffffff, info);
162 print_insn_mn10200 (bfd_vma memaddr, struct disassemble_info *info) argument
171 status = (*info->read_memory_func) (memaddr, buffer, 1, info);
174 (*info->memory_error_func) (status, memaddr, info);
218 status = (*info->read_memory_func) (memaddr, buffer, 2, info);
221 (*info->memory_error_func) (status, memaddr, info);
240 status = (*info->read_memory_func) (memaddr + 1, buffer, 2, info);
243 (*info->memory_error_func) (status, memaddr, info);
255 status = (*info->read_memory_func) (memaddr
[all...]
H A Dw65-dis.c60 print_insn_w65 (bfd_vma memaddr, struct disassemble_info *info) argument
75 status = info->read_memory_func (memaddr + i, insn + i, 1, info);
88 int asR_W65_PCR8 = ((char) (asR_W65_ABS8)) + memaddr + 2;
89 int asR_W65_PCR16 = ((short) (asR_W65_ABS16)) + memaddr + 3;
H A Dd10v-dis.c36 bfd_vma memaddr,
131 (*info->print_address_func) ((memaddr - num) & PC_MASK, info);
133 (*info->print_address_func) ((memaddr + num) & PC_MASK, info);
154 bfd_vma memaddr,
176 print_operand (oper, insn, op, memaddr, info);
196 bfd_vma memaddr,
226 print_operand (oper, ins[j], op, memaddr, info);
268 print_insn_d10v (bfd_vma memaddr, struct disassemble_info *info) argument
274 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
277 (*info->memory_error_func) (status, memaddr, inf
33 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
153 dis_long(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info) argument
195 dis_2_short(unsigned long insn, bfd_vma memaddr, struct disassemble_info *info, int order) argument
[all...]
H A Dtic80-dis.c109 bfd_vma memaddr)
123 (*info->print_address_func) (memaddr + 4 * value, info);
158 bfd_vma memaddr,
165 status = (*info->read_memory_func) (memaddr + length, buffer, 4, info);
168 (*info->memory_error_func) (status, memaddr, info);
193 bfd_vma memaddr,
215 status = fill_instruction (info, memaddr, (unsigned long *) &value);
243 print_operand (info, value, insn, operand, memaddr);
265 bfd_vma memaddr,
294 length = print_one_instruction (info, memaddr, ins
102 print_operand(struct disassemble_info *info, long value, unsigned long insn, const struct tic80_operand *operand, bfd_vma memaddr) argument
153 fill_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long *insnp) argument
188 print_one_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *opcode) argument
259 print_instruction(struct disassemble_info *info, bfd_vma memaddr, unsigned long insn, const struct tic80_opcode *vec_opcode) argument
304 print_insn_tic80(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dm68hc11-dis.c52 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, argument
59 status = (*info->read_memory_func) (memaddr, buffer, size, info);
62 (*info->memory_error_func) (status, memaddr, info);
72 print_indexed_operand (bfd_vma memaddr, struct disassemble_info* info, argument
85 status = read_memory (memaddr, &buffer[0], 1, info);
146 status = read_memory (memaddr + pos, &buffer[0], 2, info);
170 status = read_memory (memaddr + pos,
226 /* Disassemble one instruction at address 'memaddr'. Returns the number
229 print_insn (bfd_vma memaddr, struct disassemble_info* info, int arch) argument
240 status = read_memory (memaddr, buffe
733 print_insn_m68hc11(bfd_vma memaddr, struct disassemble_info* info) argument
739 print_insn_m68hc12(bfd_vma memaddr, struct disassemble_info* info) argument
[all...]
H A Dmcore-dis.c92 print_insn_mcore (memaddr, info)
93 bfd_vma memaddr;
105 status = info->read_memory_func (memaddr, ibytes, 2, info);
109 info->memory_error_func (status, memaddr, info);
205 (*print_func) (stream, "\t0x%lx", (long)(memaddr + 2 + (val << 1)));
210 val = memaddr + 2 + (val << 1);
227 (long) (memaddr - (val << 1)));
235 val = (memaddr + 2 + ((inst & 0xFF) << 2)) & 0xFFFFFFFC;
240 info->memory_error_func (status, memaddr, info);
256 (long) (memaddr
[all...]
H A Dsh64-dis.c178 print_insn_shmedia (bfd_vma memaddr, struct disassemble_info *info) argument
192 status = info->read_memory_func (memaddr, insn, 4, info);
200 status = info->read_memory_func (memaddr + i, insn, 1, info);
367 disp_pc_addr = (bfd_vma) imm + memaddr;
448 sh64_get_contents_type_disasm (bfd_vma memaddr, struct disassemble_info *info) argument
455 && memaddr >= sh64_infop->crange.cr_addr
456 && memaddr < sh64_infop->crange.cr_addr + sh64_infop->crange.cr_size)
464 = sh64_get_contents_type (info->section, memaddr,
479 memaddr, &sh64_infop->crange);
496 return (memaddr
526 print_insn_sh64x_media(bfd_vma memaddr, struct disassemble_info *info) argument
542 print_insn_sh64(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddisasm.h38 extern int gdb_print_insn (struct gdbarch *gdbarch, CORE_ADDR memaddr,
44 extern int gdb_insn_length (struct gdbarch *gdbarch, CORE_ADDR memaddr);
51 CORE_ADDR memaddr);
H A Dcorefile.c222 memory_error (int status, CORE_ADDR memaddr)
225 /* Actually, address between memaddr and memaddr + len was out of
229 paddress (target_gdbarch, memaddr));
233 paddress (target_gdbarch, memaddr),
240 read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len)
244 status = target_read_memory (memaddr, myaddr, len);
246 memory_error (status, memaddr);
252 read_stack (CORE_ADDR memaddr, gdb_byte *myaddr, int len)
256 status = target_read_stack (memaddr, myadd
218 memory_error(int status, CORE_ADDR memaddr) argument
236 read_memory(CORE_ADDR memaddr, gdb_byte *myaddr, int len) argument
248 read_stack(CORE_ADDR memaddr, gdb_byte *myaddr, int len) argument
264 CORE_ADDR memaddr; member in struct:captured_read_memory_integer_arguments
282 CORE_ADDR memaddr = args->memaddr; local
296 safe_read_memory_integer(CORE_ADDR memaddr, int len, enum bfd_endian byte_order, LONGEST *return_value) argument
316 read_memory_integer(CORE_ADDR memaddr, int len, enum bfd_endian byte_order) argument
326 read_memory_unsigned_integer(CORE_ADDR memaddr, int len, enum bfd_endian byte_order) argument
336 read_memory_string(CORE_ADDR memaddr, char *buffer, int max_len) argument
374 write_memory(CORE_ADDR memaddr, const bfd_byte *myaddr, int len) argument
[all...]
H A Dgdbcore.h45 extern void memory_error (int status, CORE_ADDR memaddr);
49 extern void read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len);
53 extern void read_stack (CORE_ADDR memaddr, gdb_byte *myaddr, int len);
58 extern LONGEST read_memory_integer (CORE_ADDR memaddr,
60 extern int safe_read_memory_integer (CORE_ADDR memaddr, int len,
67 extern ULONGEST read_memory_unsigned_integer (CORE_ADDR memaddr,
87 extern void write_memory (CORE_ADDR memaddr, const gdb_byte *myaddr, int len);
H A Ddcache.h41 void dcache_update (DCACHE *dcache, CORE_ADDR memaddr, gdb_byte *myaddr,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dspu-low.c107 fetch_ppc_memory_1 (int tid, CORE_ADDR memaddr, PTRACE_TYPE_RET *word) argument
112 if (memaddr >> 32)
114 unsigned long long addr_8 = (unsigned long long) memaddr;
119 *word = ptrace (PT_READ_I, tid, (PTRACE_TYPE_ARG3) (size_t) memaddr, 0);
126 store_ppc_memory_1 (int tid, CORE_ADDR memaddr, PTRACE_TYPE_RET word) argument
131 if (memaddr >> 32)
133 unsigned long long addr_8 = (unsigned long long) memaddr;
138 ptrace (PT_WRITE_D, tid, (PTRACE_TYPE_ARG3) (size_t) memaddr, word);
145 fetch_ppc_memory (CORE_ADDR memaddr, char *myaddr, int len) argument
149 CORE_ADDR addr = memaddr
170 store_ppc_memory(CORE_ADDR memaddr, char *myaddr, int len) argument
561 spu_read_memory(CORE_ADDR memaddr, unsigned char *myaddr, int len) argument
599 spu_write_memory(CORE_ADDR memaddr, const unsigned char *myaddr, int len) argument
[all...]

Completed in 234 milliseconds

123456