Lines Matching refs:curr_map
681 struct map *curr_map = map;
867 curr_map = map;
878 curr_map = map_groups__find_by_name(kmap->kmaps, map->type, dso_name);
879 if (curr_map == NULL) {
891 curr_map = map__new2(start, curr_dso,
893 if (curr_map == NULL) {
898 curr_map->start = shdr.sh_addr +
900 curr_map->end = curr_map->start +
902 curr_map->pgoff = shdr.sh_offset;
904 curr_map->map_ip = identity__map_ip;
905 curr_map->unmap_ip = identity__map_ip;
908 map_groups__insert(kmap->kmaps, curr_map);
912 curr_dso = curr_map->dso;
943 if (filter && filter(curr_map, f))
946 symbols__insert(&curr_dso->symbols[curr_map->type], f);