HomeSort by relevance Sort by last modified time
    Searched refs:memaddr (Results 1 - 6 of 6) sorted by null

  /external/qemu/
disas.c 14 /* Get LENGTH bytes from info's buffer, at target address memaddr.
17 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length,
20 if (memaddr < info->buffer_vma
21 || memaddr + length > info->buffer_vma + info->buffer_length)
24 memcpy (myaddr, info->buffer + (memaddr - info->buffer_vma), length);
28 /* Get LENGTH bytes from info's buffer, at target address memaddr.
31 target_read_memory (bfd_vma memaddr,
36 cpu_memory_rw_debug(cpu_single_env, memaddr, myaddr, length, 0);
43 perror_memory (int status, bfd_vma memaddr, struct disassemble_info *info)
49 /* Actually, address between memaddr and memaddr + len wa
52 "Address 0x%" PRIx64 " is out of bounds.\\n", memaddr); local
    [all...]
dis-asm.h 290 /* Function used to get bytes to disassemble. MEMADDR is the
296 (bfd_vma memaddr, bfd_byte *myaddr, int length,
301 MEMADDR is the address that we were trying to read. INFO is a
304 (int status, bfd_vma memaddr, struct disassemble_info *info);
ppc-dis.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 91 unsigned long memaddr; member in struct:__anon20711
  /external/grub/stage2/
boot.c 592 unsigned loaded = 0, memaddr, memsiz, filesiz; local
611 memaddr = RAW_ADDR (phdr->p_paddr & 0xFFFFFF);
613 memaddr = RAW_ADDR (phdr->p_paddr);
616 if (memaddr < RAW_ADDR (0x100000))
625 + memaddr - phdr->p_vaddr);
631 if (cur_addr < memaddr + memsiz)
632 cur_addr = memaddr + memsiz;
633 printf (", <0x%x:0x%x:0x%x>", memaddr, filesiz,
639 if (memcheck (memaddr, memsiz)
640 && grub_read ((char *) memaddr, filesiz) == filesiz
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 112 /* Function used to get bytes to disassemble. MEMADDR is the
118 (bfd_vma memaddr, bfd_byte *myaddr, unsigned int length,
123 MEMADDR is the address that we were trying to read. INFO is a
126 (int status, bfd_vma memaddr, struct disassemble_info *info);

Completed in 99 milliseconds