HelenOS sources

module_create_entrypoint   67 uspace/lib/c/generic/rtld/rtld.c 	errno_t rc = module_create_entrypoint(p_info, env, &module);
module_create_entrypoint   43 uspace/lib/c/include/rtld/module.h extern errno_t module_create_entrypoint(elf_finfo_t *, rtld_t *, module_t **);
module_create_entrypoint   43 uspace/lib/posix/include/libc/rtld/module.h extern errno_t module_create_entrypoint(elf_finfo_t *, rtld_t *, module_t **);
HelenOS homepage, sources at GitHub