Lines Matching defs:map
11 #include "map.h"
52 static int create_map(struct test_info *ti, char *filename, struct map **map_p)
54 /* Create a dummy map at 0x100000 */
58 pr_debug("Failed to create map!");
102 struct map *map = NULL;
108 ret = create_map(ti, filename, &map);
112 dso = map__dso(map);
113 nr = dso__load(dso, map);
128 map__put(map);