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

  /system/core/libbacktrace/
UnwindMap.cpp 53 unw_map_t unw_map; local
54 while (unw_map_cursor_get_next(&map_cursor_, &unw_map)) {
57 map.start = unw_map.start;
58 map.end = unw_map.end;
59 map.offset = unw_map.offset;
60 map.load_bias = unw_map.load_base;
61 map.flags = unw_map.flags;
62 map.name = unw_map.path;
101 unw_map_t unw_map; local
103 while ((ret = unw_map_local_cursor_get_next(&map_cursor_, &unw_map)) > 0)
    [all...]
  /external/libunwind/include/
libunwind-common.h 227 typedef struct unw_map struct

Completed in 65 milliseconds