Home
last modified time | relevance | path

Searched refs:global_libgcc_handle (Results 1 – 1 of 1) sorted by relevance

/misc/
A Dunwind-link.c33 static void *global_libgcc_handle; variable
44 if (atomic_load_acquire (&global_libgcc_handle) != NULL) in __libc_unwind_link_get()
103 if (atomic_load_relaxed (&global_libgcc_handle) != NULL) in __libc_unwind_link_get()
111 atomic_store_release (&global_libgcc_handle, local_libgcc_handle); in __libc_unwind_link_get()
131 global_libgcc_handle = NULL; in libc_hidden_def()
138 if (global_libgcc_handle != NULL) in __libc_unwind_link_freeres()
140 __libc_dlclose (global_libgcc_handle ); in __libc_unwind_link_freeres()
141 global_libgcc_handle = NULL; in __libc_unwind_link_freeres()

Completed in 4 milliseconds