Searched refs:unw_init_remote_p (Results 1 – 1 of 1) sorted by relevance
57 static int (*unw_init_remote_p) (unw_cursor_t *, unw_addr_space_t, void *); variable158 unw_init_remote_p (&cache->cursor, as, next_frame); in libunwind_frame_cache()209 ret = unw_init_remote_p (&cursor, as, next_frame); in libunwind_frame_sniffer()353 unw_init_remote_p = dlsym (handle, init_remote_name); in libunwind_load()354 if (unw_init_remote_p == NULL) in libunwind_load()