<div dir="ltr"><div><div>So, you are trying to find out what the initialization of a function pointer is?<br><br></div>Surely that's not always possible: there may be runtime conditional code that sets the function pointer, based on external inputs (user-input, reading from file, command-line arguments, etc). And it becomes almost impossible for callbacks that are supplied to a library from the library user's code. <br><br></div><div>This has been discussed many times before, so looking over the archive of this mailing list would perhaps provide some further information.<br></div><div><br>--<br></div>Mats<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 April 2016 at 15:14, Syed Rafiul Hussain via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to find the targets of indirect callsties. The callsite<br>
and the targets may be located in different functions or in different<br>
modules.<br>
<br>
Any hint or suggestion would be much appreciated.<br>
<br>
Thanks.<br>
<span class="HOEnZb"><font color="#888888">--<br>
Syed<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</font></span></blockquote></div><br></div>