Searched refs:target_buffer (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/dev/pci/bktr/ |
| D | bktr_core.c | 2663 volatile u_char ** target_buffer, int cols) { argument 2675 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; local 2797 target_buffer = (u_int) bktr->video.addr; 2801 target_buffer = (u_int) bktr->dm_mem->dm_segs[0].ds_addr; [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gdb_bfd.c | 253 struct target_buffer : public gdb_bfd_iovec_base struct 257 target_buffer (CORE_ADDR base, ULONGEST size) in target_buffer() argument 300 target_buffer::read (struct bfd *abfd, void *buf, in read() argument 322 target_buffer::stat (struct bfd *abfd, struct stat *sb) in stat() 335 std::unique_ptr<target_buffer> buffer in gdb_bfd_open_from_target_memory() 336 = std::make_unique<target_buffer> (addr, size); in gdb_bfd_open_from_target_memory()
|
| D | ChangeLog-2011 | 12389 (struct target_buffer): Use ULONGEST.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 23388 This converts the mem_bfd_iovec / target_buffer code to use the new 23395 Small constructor change to target_buffer 23396 This changes the target_buffer constructor to initialize m_filename 98962 The struct target_buffer (in gdb_bfd.c) is used to hold information 98966 This commit updates target_buffer (in gdb_bfd.c) to be more C++ like,
|