Lines Matching refs:image
62 opd_delete_image(map->image);
68 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
74 proc->tid, start, end, offset, image->name);
78 /* first map is the primary image */
82 proc->name = xstrdup(image->name);
85 image->ref_count++;
87 map->image = image;
142 struct opd_image * image;
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid);
168 opd_add_mapping(proc, image, note->addr, note->offset,