Changeset acb14ce in mainline for uspace/lib/c/include/rtld/module.h


Ignore:
Timestamp:
2025-02-02T22:06:07Z (5 weeks ago)
Author:
Matěj Volf <git@…>
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)
Message:

unify rtld loading implementation of static/dynamic executables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/rtld/module.h

    rbdcf71e racb14ce  
    4141#include <types/rtld/rtld.h>
    4242
    43 extern errno_t module_create_static_exec(const void *, rtld_t *);
     43extern errno_t module_create_entrypoint(elf_finfo_t *, rtld_t *, module_t **);
    4444extern void module_process_relocs(module_t *);
    4545extern module_t *module_find(rtld_t *, const char *);
Note: See TracChangeset for help on using the changeset viewer.