Searched refs:target_buffer (Results 1 – 4 of 4) sorted by relevance
2663 volatile u_char ** target_buffer, int cols) { argument2675 switch (((uintptr_t) (volatile void *) *target_buffer) % 4) {2699 *(*dma_prog)++ = htole32((uintptr_t) (volatile void *) *target_buffer);2701 *target_buffer += width * pixel_width;2730 *(*dma_prog)++ = htole32((uintptr_t) (volatile void *) *target_buffer);2731 *target_buffer += (width * pixel_width / 2);2737 *target_buffer += (width * pixel_width / 2);2752 volatile u_int target_buffer, buffer, target,width; local2797 target_buffer = (u_int) bktr->video.addr;2801 target_buffer = (u_int) bktr->dm_mem->dm_segs[0].ds_addr;[all …]
12389 (struct target_buffer): Use ULONGEST.
23388 This converts the mem_bfd_iovec / target_buffer code to use the new23395 Small constructor change to target_buffer23396 This changes the target_buffer constructor to initialize m_filename98962 The struct target_buffer (in gdb_bfd.c) is used to hold information98966 This commit updates target_buffer (in gdb_bfd.c) to be more C++ like,