Searched defs:unwind_libunwind_ops (Results 1 – 2 of 2) sorted by relevance
22 struct unwind_libunwind_ops { struct23 int (*prepare_access)(struct map_groups *mg);24 void (*flush_access)(struct map_groups *mg);25 void (*finish_access)(struct map_groups *mg);26 int (*get_entries)(unwind_entry_cb_t cb, void *arg,
36 struct unwind_libunwind_ops *unwind_libunwind_ops; member