1 #ifndef __LUNAIX_LOADER_H
2 #define __LUNAIX_LOADER_H
4 #include <lunaix/process.h>
5 #include <lunaix/types.h>
7 #define LD_STAT_FKUP 0x1U
9 #define MAX_VAR_PAGES 8
13 struct proc_info* proc;
15 struct elf32_ehdr ehdr_out;
20 elf_load(struct ld_param* ldparam, struct v_file* elfile);
23 ld_create_param(struct ld_param* param, struct proc_info* proc, ptr_t vms);
25 #endif /* __LUNAIX_LOADER_H */