Lines Matching defs:map
8 #include "map.h"
22 struct map *kallsyms_map, *vmlinux_map, *map;
185 maps__for_each_entry(maps, map) {
186 struct map *
193 pair = maps__find_by_name(&kallsyms.kmaps, (map->dso->kernel ?
194 map->dso->short_name :
195 map->dso->name));
203 map__fprintf(map, stderr);
209 maps__for_each_entry(maps, map) {
210 struct map *pair;
212 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start);
213 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end);
226 map->start, map->end, map->pgoff, map->dso->name);
239 maps__for_each_entry(maps, map) {
240 if (!map->priv) {
245 map__fprintf(map, stderr);