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

/external/libunwind/src/mi/
H A Dmap.c33 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)
H A DLmap.c35 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/
H A Dlibunwind-common.h217 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_
[all...]

Completed in 244 milliseconds