Results 1 to 2 of 2
There is a module named, for example, module.o, compiled with EXPORT_SYMTAB param.
But instead of export EXPORT_SYMBOL(symbol) to the kernel (it should be something like this in /proc/ksyms: <adress> symbol ...
- 11-26-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 1
EXPORT_SYMBOL marco export something strange
There is a module named, for example, module.o, compiled with EXPORT_SYMTAB param.
But instead of export EXPORT_SYMBOL(symbol) to the kernel (it should be something like this in /proc/ksyms: <adress> symbol [module.o]) it export something very strange:
<adress> symbol_R__ver_symbol [module.o]
And, of course, i can't use this "symbol" (assuming to be global) in other modules going to install to the kernel afterwards.
What i can do with it? Maybe it's happens because of wrong compilation params?
- 12-20-2004 #2Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
i come across the same problem
have u found out the reason and solution?


Reply With Quote
