<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
</div>So if 0x402661 is an address that is already in terms of the virtual addresses in the a.out file itself, you can use example code from main.cpp mentioned below.<br>
<br>
You could compile the main.cpp into "loopup" and run the result:<br>
<br>
lookup /home/kcc/llvm/build/a.out 0x402661<br>
<br>
And it should do the lookup you want. </blockquote><div><br></div><div>Yes, this is what we already get from addr2line. </div><div>Can this be used inside the process? </div><div>And can it translate real address to the offset in the library (currently, we use code from google perf tools to achieve that).</div>
<div>Will this work on both linux and mac? </div><div><br></div><div>Thanks, </div><div><br></div><div>--kcc </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Let me know if you have any questions about how and what the example code in main.cpp is doing.<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote></div>