Lines Matching refs:UNW_OBJ
39 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
241 #define unw_local_access_addr_space_init UNW_OBJ(local_access_addr_space_init)
242 #define unw_local_addr_space UNW_OBJ(local_addr_space)
243 #define unw_create_addr_space UNW_OBJ(create_addr_space)
244 #define unw_destroy_addr_space UNW_OBJ(destroy_addr_space)
246 #define unw_init_local UNW_OBJ(init_local)
247 #define unw_init_remote UNW_OBJ(init_remote)
248 #define unw_step UNW_OBJ(step)
249 #define unw_resume UNW_OBJ(resume)
250 #define unw_get_proc_info UNW_OBJ(get_proc_info)
251 #define unw_get_proc_info_by_ip UNW_OBJ(get_proc_info_by_ip)
252 #define unw_get_reg UNW_OBJ(get_reg)
253 #define unw_set_reg UNW_OBJ(set_reg)
254 #define unw_get_fpreg UNW_OBJ(get_fpreg)
255 #define unw_set_fpreg UNW_OBJ(set_fpreg)
256 #define unw_get_save_loc UNW_OBJ(get_save_loc)
257 #define unw_is_signal_frame UNW_OBJ(is_signal_frame)
258 #define unw_handle_signal_frame UNW_OBJ(handle_signal_frame)
259 #define unw_get_proc_name UNW_OBJ(get_proc_name)
260 #define unw_get_proc_name_by_ip UNW_OBJ(get_proc_name_by_ip)
261 #define unw_set_caching_policy UNW_OBJ(set_caching_policy)