experimental dynamic linker!
some notes: - library search path is hard coded - x86_64 code is untested and may not work - dlopen/dlsym is not yet implemented - relocations in read-only memory won't work
Showing
arch/i386/reloc.h
0 → 100644
arch/x86_64/reloc.h
0 → 100644
src/ldso/dynlink.c
0 → 100644
src/ldso/i386/start.s
0 → 100644
src/ldso/x86_64/start.s
0 → 100644
想要评论请 注册 或 登录