Searched refs:unw_map (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/mi/
H A DLmap.c101 unw_map_local_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map) argument
122 unw_map->start = map_info->start;
123 unw_map->end = map_info->end;
124 unw_map->flags = map_info->flags;
126 unw_map->path = strdup (map_info->path);
128 unw_map->path = NULL;
H A Dmap.c69 unw_map_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map) argument
76 unw_map->start = map_info->start;
77 unw_map->end = map_info->end;
78 unw_map->flags = map_info->flags;
79 unw_map->path = map_info->path;
/external/libunwind/include/
H A Dlibunwind-common.h219 typedef struct unw_map struct

Completed in 123 milliseconds