Home
last modified time | relevance | path

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

/haiku/src/system/libroot/
H A Dlibroot_init.c67 __gRuntimeLoader->call_atexit_hooks_for_range in initialize_before()
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h54 void (*call_atexit_hooks_for_range)(addr_t start, addr_t size); member
/haiku/src/system/runtime_loader/
H A Delf.cpp776 if (gRuntimeLoader.call_atexit_hooks_for_range != NULL) { in unload_library()
777 gRuntimeLoader.call_atexit_hooks_for_range( in unload_library()