Searched defs:unwind_libunwind_ops (Results 1 – 4 of 4) sorted by relevance
20 struct unwind_libunwind_ops { struct21 int (*prepare_access)(struct maps *maps);22 void (*flush_access)(struct maps *maps);23 void (*finish_access)(struct maps *maps);24 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
39 struct unwind_libunwind_ops *unwind_libunwind_ops; member
21 struct unwind_libunwind_ops { struct22 int (*prepare_access)(struct thread *thread);23 void (*flush_access)(struct thread *thread);24 void (*finish_access)(struct thread *thread);25 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
43 struct unwind_libunwind_ops *unwind_libunwind_ops; member