Lines Matching refs:curr_map
787 struct map *curr_map = map; in dso__load_sym() local
1003 curr_map = map; in dso__load_sym()
1014 curr_map = map_groups__find_by_name(kmaps, map->type, dso_name); in dso__load_sym()
1015 if (curr_map == NULL) { in dso__load_sym()
1027 curr_map = map__new2(start, curr_dso, in dso__load_sym()
1029 if (curr_map == NULL) { in dso__load_sym()
1034 curr_map->start = shdr.sh_addr + in dso__load_sym()
1036 curr_map->end = curr_map->start + in dso__load_sym()
1038 curr_map->pgoff = shdr.sh_offset; in dso__load_sym()
1040 curr_map->map_ip = identity__map_ip; in dso__load_sym()
1041 curr_map->unmap_ip = identity__map_ip; in dso__load_sym()
1044 map_groups__insert(kmaps, curr_map); in dso__load_sym()
1048 curr_dso = curr_map->dso; in dso__load_sym()
1082 if (filter && filter(curr_map, f)) in dso__load_sym()
1085 symbols__insert(&curr_dso->symbols[curr_map->type], f); in dso__load_sym()