target.c | 27 struct target_ops *the_target; variable in typeref:struct:target_ops 67 res = (*the_target->read_memory) (memaddr, myaddr, len); 85 res = (*the_target->write_memory) (memaddr, buffer, len); 94 the_target = (struct target_ops *) malloc (sizeof (*the_target)); 95 VG_(memcpy) (the_target, target, sizeof (*the_target));
|