Lines Matching defs:curr_map
967 struct map *curr_map;
1019 curr_map = maps__find_by_name(kmaps, dso_name);
1020 if (curr_map == NULL) {
1032 curr_map = map__new2(start, curr_dso);
1034 if (curr_map == NULL)
1038 map__kmap(curr_map)->kmaps = kmaps;
1041 curr_map->start = shdr->sh_addr + ref_reloc(kmap);
1042 curr_map->end = curr_map->start + shdr->sh_size;
1043 curr_map->pgoff = shdr->sh_offset;
1045 curr_map->map_ip = curr_map->unmap_ip = identity__map_ip;
1048 maps__insert(kmaps, curr_map);
1050 * Add it before we drop the referece to curr_map, i.e. while
1052 * *curr_map->dso.
1056 map__put(curr_map);
1058 *curr_mapp = curr_map;
1061 *curr_dsop = curr_map->dso;
1071 struct map *curr_map = map;
1243 if (dso__process_kernel_symbol(dso, map, &sym, &shdr, kmaps, kmap, &curr_dso, &curr_map,