Changes in uspace/lib/c/include/rtld/module.h [153c7a29:5035ba05] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rtld/module.h
r153c7a29 r5035ba05 42 42 #include <types/rtld/rtld.h> 43 43 44 extern int module_create_static_exec(rtld_t *, module_t **);45 44 extern void module_process_relocs(module_t *); 46 45 extern module_t *module_find(rtld_t *, const char *); 47 46 extern module_t *module_load(rtld_t *, const char *, mlflags_t); 48 47 extern void module_load_deps(module_t *, mlflags_t); 49 extern module_t *module_by_id(rtld_t *, unsigned long);50 48 51 49 extern void modules_process_relocs(rtld_t *, module_t *); 52 extern void modules_process_tls(rtld_t *);53 50 extern void modules_untag(rtld_t *); 54 51
Note:
See TracChangeset
for help on using the changeset viewer.