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