Tool/software: TI C/C++ Compiler
Hello,
The order of the code I wrote is to call the CFI function after calling the RPC function.
However, the result of the call graph generated by call_graph.pl is called CFI first, and the RPC function is called.
Aren't you creating a call graph by using the executable code and symbols of the .out file?
What am I not sure about?, Can I get the correct answer by analyzing call_graph.pl?
And it turns out that puts -> fputs -> TI_doflush -> _write etc. are called in order. Is this function correct to call functions belonging to the library?
Thanks and Regards
Han