Lines Matching refs:map_info
30 HIDDEN struct map_info *local_map_list = NULL;
103 struct map_info *map_info = map_cursor->cur_map; in unw_map_local_cursor_get_next() local
107 if (map_info == NULL) in unw_map_local_cursor_get_next()
122 unw_map->start = map_info->start; in unw_map_local_cursor_get_next()
123 unw_map->end = map_info->end; in unw_map_local_cursor_get_next()
124 unw_map->offset = map_info->offset; in unw_map_local_cursor_get_next()
125 unw_map->load_base = map_info->load_base; in unw_map_local_cursor_get_next()
126 unw_map->flags = map_info->flags; in unw_map_local_cursor_get_next()
127 if (map_info->path) in unw_map_local_cursor_get_next()
128 unw_map->path = strdup (map_info->path); in unw_map_local_cursor_get_next()
132 map_cursor->cur_map = map_info->next; in unw_map_local_cursor_get_next()