Home | History | Annotate | Download | only in mi

Lines Matching full:map_info

30 HIDDEN struct map_info *local_map_list = NULL;
103 struct map_info *map_info = map_cursor->cur_map;
107 if (map_info == NULL)
122 unw_map->start = map_info->start;
123 unw_map->end = map_info->end;
124 unw_map->flags = map_info->flags;
125 if (map_info->path)
126 unw_map->path = strdup (map_info->path);
130 map_cursor->cur_map = map_info->next;