I am using egypt for making call graphs of my C project (a linux driver module). My problem is that function calls from one file to another file aren't shown. Most probably, this is because RTL files are created for every source file differently.
So, is there any way that I create the intermediate RTL files after linking all the source files?