Searched refs:local_libgcc_handle (Results 1 – 1 of 1) sorted by relevance
50 void *local_libgcc_handle = __libc_dlopen (LIBGCC_S_SO); in __libc_unwind_link_get() local51 if (local_libgcc_handle == NULL) in __libc_unwind_link_get()59 = __libc_dlsym (local_libgcc_handle, "_Unwind_Backtrace"); in __libc_unwind_link_get()61 = __libc_dlsym (local_libgcc_handle, "_Unwind_ForcedUnwind"); in __libc_unwind_link_get()63 = __libc_dlsym (local_libgcc_handle, "_Unwind_GetCFA"); in __libc_unwind_link_get()66 = __libc_dlsym (local_libgcc_handle, "_Unwind_GetIP"); in __libc_unwind_link_get()69 = __libc_dlsym (local_libgcc_handle, "_Unwind_Resume"); in __libc_unwind_link_get()72 = __libc_dlsym (local_libgcc_handle, "__frame_state_for"); in __libc_unwind_link_get()75 = __libc_dlsym (local_libgcc_handle, "__gcc_personality_v0"); in __libc_unwind_link_get()105 __libc_dlclose (local_libgcc_handle); in __libc_unwind_link_get()[all …]
Completed in 4 milliseconds