HomeSort by: relevance | last modified time | path
    Searched defs:read_memory (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
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);
281 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, function
m68hc11-dis.c 50 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, function
83 status = read_memory (memaddr, &buffer[0], 1, info);
144 status = read_memory (memaddr + pos, &buffer[0], 2, info);
167 status = read_memory (memaddr + pos,
234 status = read_memory (memaddr, buffer, 2, info);
327 status = read_memory (memaddr, buffer, 1, info);
355 status = read_memory (memaddr + pos, &buffer[1], 1, info);
376 status = read_memory (memaddr + pos + 1,
421 status = read_memory (memaddr + pos, &buffer[0], 1, info);
517 status = read_memory (memaddr + pos, &buffer[0], 1, info)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
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);
281 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, function
m68hc11-dis.c 50 read_memory (bfd_vma memaddr, bfd_byte* buffer, int size, function
83 status = read_memory (memaddr, &buffer[0], 1, info);
144 status = read_memory (memaddr + pos, &buffer[0], 2, info);
167 status = read_memory (memaddr + pos,
234 status = read_memory (memaddr, buffer, 2, info);
327 status = read_memory (memaddr, buffer, 1, info);
355 status = read_memory (memaddr + pos, &buffer[1], 1, info);
376 status = read_memory (memaddr + pos + 1,
421 status = read_memory (memaddr + pos, &buffer[0], 1, info);
517 status = read_memory (memaddr + pos, &buffer[0], 1, info)
    [all...]

Completed in 27 milliseconds