<div dir="ltr"><div class="gmail-post-text">

<p>I am having a program lets consider myProgram.c which uses some library (user created library) lets say myLibrary.</p>

<pre><code>#include "myLibrary.h"'

int main()
{
    //call some function in myLibrary lets say foo
    foo();
}
</code></pre>

<p>Now when I have created a module pass. And I am generating call graph.
Now in the call graph generated there is a node for the function foo() as follows:</p>

<p>Call graph node for function: 'foo'<<0x951d300>>  #uses=3
  CS<0x0> calls external node.</p>

<p>Now I want all the functions which will be called by this foo in the 
"myLibrary". </p>

<p>Is it possible? Can I get the call graph of myLibrary through the call graph node of the function foo in myProgram.c</p>
    </div><br><br><br><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><span>Thanks and regards<div>-Ketan Patil</div></span></div></div></div>
</div>