System.map contains addresses of all the external symbols in vmlinux.
It does not contain the address of module symbols because they vary.
If you want a combined map that contains both kernel and module
symbols, use ksymoops -s. That works best when you save the module
data after each module load and unload.
man ksymoops
man insmod, section KSYMOOPS SUPPORT IN MODUTILS.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/