Searched refs:unload_library (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dexport.cpp28 return unload_library(NULL, id, true);
43 return unload_library(handle, -1, false);
H A Druntime_loader_private.h76 status_t unload_library(void* handle, image_id imageID, bool addOn);
H A Delf.cpp726 unload_library(void* handle, image_id imageID, bool addOn) function
/haiku/src/system/libroot/posix/
H A Ddlfcn.c63 return sStatus = __gRuntimeLoader->unload_library(handle);
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h33 status_t (*unload_library)(void* handle); member in struct:rld_export

Completed in 93 milliseconds