Lines Matching refs:UNW_OBJ
39 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn) macro
231 #define unw_local_addr_space UNW_OBJ(local_addr_space)
232 #define unw_create_addr_space UNW_OBJ(create_addr_space)
233 #define unw_destroy_addr_space UNW_OBJ(destroy_addr_space)
235 #define unw_init_local UNW_OBJ(init_local)
236 #define unw_init_remote UNW_OBJ(init_remote)
237 #define unw_step UNW_OBJ(step)
238 #define unw_resume UNW_OBJ(resume)
239 #define unw_get_proc_info UNW_OBJ(get_proc_info)
240 #define unw_get_proc_info_by_ip UNW_OBJ(get_proc_info_by_ip)
241 #define unw_get_reg UNW_OBJ(get_reg)
242 #define unw_set_reg UNW_OBJ(set_reg)
243 #define unw_get_fpreg UNW_OBJ(get_fpreg)
244 #define unw_set_fpreg UNW_OBJ(set_fpreg)
245 #define unw_get_save_loc UNW_OBJ(get_save_loc)
246 #define unw_is_signal_frame UNW_OBJ(is_signal_frame)
247 #define unw_handle_signal_frame UNW_OBJ(handle_signal_frame)
248 #define unw_get_proc_name UNW_OBJ(get_proc_name)
249 #define unw_get_proc_name_by_ip UNW_OBJ(get_proc_name_by_ip)
250 #define unw_set_caching_policy UNW_OBJ(set_caching_policy)