HomeSort by relevance Sort by last modified time
    Searched full:memaddr (Results 1 - 14 of 14) 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 293 /* Function used to get bytes to disassemble. MEMADDR is the
299 PARAMS ((bfd_vma memaddr, bfd_byte *myaddr, int length,
304 MEMADDR is the address that we were trying to read. INFO is a
307 PARAMS ((int status, bfd_vma memaddr, struct disassemble_info *info));
ppc-dis.c     [all...]
  /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);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmBus.h 133 void shmDebug_MemPrint(TI_HANDLE hWhalBus, UINT32 MemAddr);
shmDebug.c 469 void shmDebug_MemPrint(TI_HANDLE hWhalBus, UINT32 MemAddr)
477 whalBus_MemCopyFrom(hWhalBus, (UINT8*)MemAddr ,(char *)(&HostBuf[0]), 256);
486 MemAddr+i,
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdbserver 
i686-unknown-linux-gnu-objdump 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
objdump 
  /external/grub/
ChangeLog     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libopcodes.a     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
objdump 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-objdump 

Completed in 1040 milliseconds