Hi All
I am working with one Linux based target device which doesn't have /proc/kallsyms file to get the addresses for couple of kernel symbols like kmalloc.
What are the possible ways to get the symbols addresses without rebuild the firmware.
Thanks
Sreedhar
Passion: http://sysplay.in (Playing with Systems)
--
You received this message because you are subscribed to the Google Groups "SysPlay's Inside Linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Anil.
It looks System.map file is not available.
Any other possibility...
I looked at below link for R6050 fw 1.0.0.34
Regards
Sreedhar
Yes. I haven't built the firmware.
My req is how to get the addresses of couple of functions using readily available fw image and running target device.
You mean to say find using disassemble code which is generated by objdump -d
Regards
Sreedhar
Okay. Thanks Anil.
Monday I will check disassemble code whether I can find the symbol addresses or not.
Please let me know if there are any other possible ways...
Regards
Sreedhar