dynamic linking: want to play with fire

2002-01-26 Thread E.B. Dreger
Greetings, I'm currently STFWing, but would appreciate any pointers that anyone might have. I wish to manually perform dynamic linking. I'd like to load an executable, .so, or .o, and _manually_ handle the symbol fixups. I looked at dlfcn.c, but found next to nothing there. Next stop: kernel

Re: dynamic linking: want to play with fire

2002-01-26 Thread John Polstra
In article [EMAIL PROTECTED], E.B. Dreger [EMAIL PROTECTED] wrote: I'd like to load an executable, .so, or .o, and _manually_ handle the symbol fixups. I looked at dlfcn.c, but found next to nothing there. Next stop: kernel source? Look in src/libexec/rtld-elf. John -- John Polstra