Searched defs:unwind_libunwind_ops (Results 1 – 2 of 2) sorted by relevance
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,
41 struct unwind_libunwind_ops *unwind_libunwind_ops; member