Searched refs:map_p (Results 1 – 1 of 1) sorted by relevance
82 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map() argument91 *map_p = find_module_map(ti->machine, dso); in create_map()93 if (!*map_p) { in create_map()98 map__get(*map_p); in create_map()105 *map_p = map__new(ti->machine, 0x100000, 0xffffffff, 0, &dso_id_empty, in create_map()107 if (!*map_p) { in create_map()