Lines Matching refs:map
27 /* hash map device mmap */
48 perror("oprofiled: couldn't mmap hash map");
60 struct opd_map * map = list_entry(pos, struct opd_map, next);
62 opd_delete_image(map->image);
63 free(map);
71 struct opd_map * map;
76 map = malloc(sizeof(struct opd_map));
78 /* first map is the primary image */
87 map->image = image;
88 map->start = start;
89 map->offset = offset;
90 map->end = end;
91 list_add_tail(&map->next, &proc->maps);
96 * get_from_pool - retrieve string from hash map pool