Lines Matching refs:UNW_OBJ
35 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
209 #define unw_local_addr_space UNW_OBJ(local_addr_space)
210 #define unw_create_addr_space UNW_OBJ(create_addr_space)
211 #define unw_destroy_addr_space UNW_OBJ(destroy_addr_space)
213 #define unw_init_local UNW_OBJ(init_local)
214 #define unw_init_remote UNW_OBJ(init_remote)
215 #define unw_step UNW_OBJ(step)
216 #define unw_resume UNW_OBJ(resume)
217 #define unw_get_proc_info UNW_OBJ(get_proc_info)
218 #define unw_get_proc_info_by_ip UNW_OBJ(get_proc_info_by_ip)
219 #define unw_get_reg UNW_OBJ(get_reg)
220 #define unw_set_reg UNW_OBJ(set_reg)
221 #define unw_get_fpreg UNW_OBJ(get_fpreg)
222 #define unw_set_fpreg UNW_OBJ(set_fpreg)
223 #define unw_get_save_loc UNW_OBJ(get_save_loc)
224 #define unw_is_signal_frame UNW_OBJ(is_signal_frame)
225 #define unw_handle_signal_frame UNW_OBJ(handle_signal_frame)
226 #define unw_get_proc_name UNW_OBJ(get_proc_name)
227 #define unw_set_caching_policy UNW_OBJ(set_caching_policy)