Lines Matching defs:map
20 #include "util/map.h"
323 if (al.map != NULL)
324 map__dso(al.map)->hit = 1;
606 struct map *kernel_map = machine__kernel_map(&rep->session->machines.host);
853 struct map *map = rb_node->map;
854 const struct dso *dso = map__dso(map);
855 u32 prot = map__prot(map);
858 indent, "", map__start(map), map__end(map),
862 map__flags(map) ? 's' : 'p',
863 map__pgoff(map),
1667 * For searching by name on the "Browse map details".