Searched refs:unw_map (Results 1 – 3 of 3) sorted by relevance
101 unw_map_local_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map) in unw_map_local_cursor_get_next() argument122 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()128 unw_map->path = strdup (map_info->path); in unw_map_local_cursor_get_next()130 unw_map->path = NULL; in unw_map_local_cursor_get_next()
69 unw_map_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map) in unw_map_cursor_get_next() argument76 unw_map->start = map_info->start; in unw_map_cursor_get_next()77 unw_map->end = map_info->end; in unw_map_cursor_get_next()78 unw_map->offset = map_info->offset; in unw_map_cursor_get_next()79 unw_map->load_base = map_info->load_base; in unw_map_cursor_get_next()80 unw_map->flags = map_info->flags; in unw_map_cursor_get_next()81 unw_map->path = map_info->path; in unw_map_cursor_get_next()
227 typedef struct unw_map struct