MCPcopy Create free account
hub / github.com/GJDuck/e9patch / dlopen

Function dlopen

examples/stdlib.c:4937–4942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4935}
4936
4937static void *dlopen(const char *filename, int flags)
4938{
4939 if (dlopen_impl == NULL)
4940 panic("dl not initialized");
4941 return (void *)dlcall((void *)dlopen_impl, filename, flags);
4942}
4943
4944static void *dlsym(void *handle, const char *name)
4945{

Callers 3

initFunction · 0.85
openPluginFunction · 0.85
getPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected