Home
last modified time | relevance | path

Searched defs:rld_export (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/private/runtime_loader/
H A Druntime_loader.h27 struct rld_export { struct
29 image_id (*load_add_on)(char const *path, uint32 flags);
30 status_t (*unload_add_on)(image_id imageID);
31 image_id (*load_library)(char const *path, uint32 flags, void* caller,
33 status_t (*unload_library)(void* handle);
34 status_t (*get_image_symbol)(image_id imageID, char const *symbolName,
36 status_t (*get_library_symbol)(void* handle, void* caller,
38 status_t (*get_nth_image_symbol)(image_id imageID, int32 num,
64 extern struct rld_export *__gRuntimeLoader; argument