Changeset acb14ce in mainline for uspace/lib/c/include/rtld/module.h
- Timestamp:
- 2025-02-02T22:06:07Z (5 weeks ago)
- Children:
- c095552
- Parents:
- bdcf71e
- git-author:
- Matěj Volf <git@…> (2025-02-02 21:59:42)
- git-committer:
- Matěj Volf <git@…> (2025-02-02 22:06:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/rtld/module.h
rbdcf71e racb14ce 41 41 #include <types/rtld/rtld.h> 42 42 43 extern errno_t module_create_ static_exec(const void *, rtld_t*);43 extern errno_t module_create_entrypoint(elf_finfo_t *, rtld_t *, module_t **); 44 44 extern void module_process_relocs(module_t *); 45 45 extern module_t *module_find(rtld_t *, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.