Searched defs:unw_accessors (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/include/ |
D | libunwind-common.h.in | 144 typedef struct unw_accessors struct 148 int (*find_proc_info) (unw_addr_space_t, unw_word_t, unw_proc_info_t *, 154 void (*put_unwind_info) (unw_addr_space_t, unw_proc_info_t *, void *); 158 int (*get_dyn_info_list_addr) (unw_addr_space_t, unw_word_t *, void *); 184 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 *); 196 unw_accessors_t; argument
|