Hi all, Say I have a symbol name, and I want to find out which kernel module loaded in memory has that symbol.
Whats the best way to achieve that? I can do mdb -k, and grep for the symbol in ::nm output, but that does not tell me which kernel module has the symbol. I am not sure, but there might a way to use the address of the symbol and map it to the kernel module. How to do that? Is there a better way? Thanks & Regards, Sambit -- This message posted from opensolaris.org