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

  /system/core/libbacktrace/
UnwindMap.h 22 // The unw_map_cursor_t structure is different depending on whether it is
33 unw_map_cursor_t* GetMapCursor() { return &map_cursor_; }
38 unw_map_cursor_t map_cursor_;
  /external/libunwind/src/mi/
map.c 33 unw_map_set (unw_addr_space_t as, unw_map_cursor_t *map_cursor)
42 unw_map_cursor_create (unw_map_cursor_t *map_cursor, pid_t pid)
50 unw_map_cursor_destroy (unw_map_cursor_t *map_cursor)
56 unw_map_cursor_reset (unw_map_cursor_t *map_cursor)
62 unw_map_cursor_clear (unw_map_cursor_t *cursor_map)
69 unw_map_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map)
Lmap.c 35 unw_map_local_cursor_get (unw_map_cursor_t *map_cursor)
50 unw_map_local_cursor_valid (unw_map_cursor_t *map_cursor)
101 unw_map_local_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *unw_map)
  /external/libunwind/include/
libunwind-common.h 217 unw_map_cursor_t; typedef in typeref:struct:unw_map_cursor
283 extern int unw_map_local_cursor_valid (unw_map_cursor_t *);
284 extern void unw_map_local_cursor_get (unw_map_cursor_t *);
285 extern int unw_map_local_cursor_get_next (unw_map_cursor_t *, unw_map_t *);
288 extern void unw_map_set (unw_addr_space_t, unw_map_cursor_t *);
289 extern void unw_map_cursor_reset (unw_map_cursor_t *);
290 extern void unw_map_cursor_clear (unw_map_cursor_t *);
291 extern int unw_map_cursor_create (unw_map_cursor_t *, pid_t);
292 extern void unw_map_cursor_destroy (unw_map_cursor_t *);
293 extern int unw_map_cursor_get_next (unw_map_cursor_t *, unw_map_t *)
    [all...]

Completed in 69 milliseconds