Lines Matching refs:curr_map
780 struct map *curr_map = map; in dso__load_sym() local
981 curr_map = map; in dso__load_sym()
992 curr_map = map_groups__find_by_name(kmaps, map->type, dso_name); in dso__load_sym()
993 if (curr_map == NULL) { in dso__load_sym()
1005 curr_map = map__new2(start, curr_dso, in dso__load_sym()
1007 if (curr_map == NULL) { in dso__load_sym()
1012 curr_map->start = shdr.sh_addr + in dso__load_sym()
1014 curr_map->end = curr_map->start + in dso__load_sym()
1016 curr_map->pgoff = shdr.sh_offset; in dso__load_sym()
1018 curr_map->map_ip = identity__map_ip; in dso__load_sym()
1019 curr_map->unmap_ip = identity__map_ip; in dso__load_sym()
1022 map_groups__insert(kmaps, curr_map); in dso__load_sym()
1030 curr_dso = curr_map->dso; in dso__load_sym()
1064 if (filter && filter(curr_map, f)) in dso__load_sym()
1067 symbols__insert(&curr_dso->symbols[curr_map->type], f); in dso__load_sym()