Searched refs:unload_hook (Results 1 – 3 of 3) sorted by relevance
108 __libc_shared_globals()->unload_hook = __hwasan_library_unloaded; in __libc_preinit_impl()
100 void (*unload_hook)(ElfW(Addr) base, const ElfW(Phdr)* phdr, ElfW(Half) phnum) = nullptr; member
1898 if (__libc_shared_globals()->unload_hook) { in soinfo_unload_impl()1899 __libc_shared_globals()->unload_hook(si->load_bias, si->phdr, si->phnum); in soinfo_unload_impl()