Searched defs:unw_accessors (Results 1 – 2 of 2) sorted by relevance
/third_party/libunwind/include/ |
D | libunwind-common.h.in | 171 typedef struct unw_accessors struct 175 int (*find_proc_info) (unw_addr_space_t, unw_word_t, unw_proc_info_t *, 181 void (*put_unwind_info) (unw_addr_space_t, unw_proc_info_t *, void *); 185 int (*get_dyn_info_list_addr) (unw_addr_space_t, unw_word_t *, void *); 211 unw_accessors_t; argument
|
D | libunwind-common.h | 156 typedef struct unw_accessors struct 160 int (*find_proc_info)(unw_addr_space_t, unw_word_t, unw_proc_info_t *, 166 void (*put_unwind_info)(unw_addr_space_t, unw_proc_info_t *, void *); 170 int (*get_dyn_info_list_addr)(unw_addr_space_t, unw_word_t *, void *); 195 } unw_accessors_t; argument
|