HomeSort by relevance Sort by last modified time
    Searched refs:unw_map (Results 1 - 4 of 4) sorted by null

  /system/core/libbacktrace/
UnwindMap.cpp 48 unw_map_t unw_map; local
49 while (unw_map_cursor_get_next(&map_cursor_, &unw_map)) {
52 map.start = unw_map.start;
53 map.end = unw_map.end;
54 map.flags = unw_map.flags;
55 map.name = unw_map.path;
87 unw_map_t unw_map; local
89 while ((ret = unw_map_local_cursor_get_next(&map_cursor_, &unw_map)) > 0) {
92 map.start = unw_map.start;
93 map.end = unw_map.end
    [all...]
  /external/libunwind/src/mi/
Lmap.c 101 unw_map_local_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map)
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;
map.c 69 unw_map_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map)
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/
libunwind-common.h 219 typedef struct unw_map struct

Completed in 78 milliseconds