Searched refs:read_memory_func (Results 76 - 100 of 237) sorted by relevance

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dfr30-dis.c449 int status = (*info->read_memory_func) (pc, buf, buflen, info);
589 status = (*info->read_memory_func) (pc, buf, buflen, info);
595 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dip2k-dis.c438 int status = (*info->read_memory_func) (pc, buf, buflen, info);
578 status = (*info->read_memory_func) (pc, buf, buflen, info);
584 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dor32-dis.c247 (*info->read_memory_func) (memaddr, (bfd_byte *) &insn_ch[0], 4, info);
H A Dspu-dis.c103 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
H A Dtic80-dis.c165 status = (*info->read_memory_func) (memaddr + length, buffer, 4, info);
H A Dxtensa-dis.c63 status = (*info->read_memory_func) (memaddr, priv->byte_buf, length,
H A Davr-dis.c249 status = info->read_memory_func (addr, buffer, 2, info);
H A Dd10v-dis.c274 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
H A Dh8500-dis.c60 status = (*info->read_memory_func) (start,
H A Di860-dis.c100 status = (*info->read_memory_func) (memaddr, buff, sizeof (buff), info);
H A Dia64-dis.c93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dmt-dis.c440 int status = (*info->read_memory_func) (pc, buf, buflen, info);
580 status = (*info->read_memory_func) (pc, buf, buflen, info);
586 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dsparc-dis.c488 (*info->read_memory_func) (memaddr, buffer, sizeof (buffer), info);
943 (*info->read_memory_func)
963 errcode = (*info->read_memory_func)
H A Dxc16x-dis.c525 int status = (*info->read_memory_func) (pc, buf, buflen, info);
665 status = (*info->read_memory_func) (pc, buf, buflen, info);
671 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dfr30-dis.c449 int status = (*info->read_memory_func) (pc, buf, buflen, info);
589 status = (*info->read_memory_func) (pc, buf, buflen, info);
595 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dip2k-dis.c438 int status = (*info->read_memory_func) (pc, buf, buflen, info);
578 status = (*info->read_memory_func) (pc, buf, buflen, info);
584 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dor32-dis.c247 (*info->read_memory_func) (memaddr, (bfd_byte *) &insn_ch[0], 4, info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dfr30-dis.c449 int status = (*info->read_memory_func) (pc, buf, buflen, info);
589 status = (*info->read_memory_func) (pc, buf, buflen, info);
595 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dip2k-dis.c438 int status = (*info->read_memory_func) (pc, buf, buflen, info);
578 status = (*info->read_memory_func) (pc, buf, buflen, info);
584 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dmt-dis.c440 int status = (*info->read_memory_func) (pc, buf, buflen, info);
580 status = (*info->read_memory_func) (pc, buf, buflen, info);
586 status = (*info->read_memory_func) (pc, buf, buflen, info);
H A Dsparc-dis.c488 (*info->read_memory_func) (memaddr, buffer, sizeof (buffer), info);
943 (*info->read_memory_func)
963 errcode = (*info->read_memory_func)
H A Dxc16x-dis.c525 int status = (*info->read_memory_func) (pc, buf, buflen, info);
665 status = (*info->read_memory_func) (pc, buf, buflen, info);
671 status = (*info->read_memory_func) (pc, buf, buflen, info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Ddis-asm.h117 int (*read_memory_func) member in struct:disassemble_info
122 recover from. STATUS is the errno value from read_memory_func and
315 /* Here is a function which callers may wish to use for read_memory_func.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m32c/
H A Dtrace.c209 info.read_memory_func = sim_dis_read;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Ddis-asm.h117 int (*read_memory_func) member in struct:disassemble_info
122 recover from. STATUS is the errno value from read_memory_func and
315 /* Here is a function which callers may wish to use for read_memory_func.

Completed in 146 milliseconds

12345678910