Files
kernel/include/sys/binfmt_elf.h
T
2020-01-30 20:10:07 +02:00

8 lines
155 B
C

#pragma once
struct vfs_ioctx;
struct thread;
struct ofile;
int elf_load(struct thread *thr, struct vfs_ioctx *ctx, struct ofile *fd, uintptr_t *entry);