Re: find symbols in loadable kernel module

2004-05-04 Thread Toni Schmidbauer
On Mon, May 03, 2004 at 09:40:05PM +0200, elmar gerdes wrote: I'm looking for a mechanism that allows one loadable kernel module to find the symbols of another module, i.e. find a function 'foo' by its name and get the address of it, so I can call it. sorry, i can't help you

find symbols in loadable kernel module

2004-05-03 Thread elmar gerdes
Hi, I'm looking for a mechanism that allows one loadable kernel module to find the symbols of another module, i.e. find a function 'foo' by its name and get the address of it, so I can call it. I've stumbled across kernel objects which should allow me to do this using