bug-cflow
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-cflow] cflow: --main does not work for static functions?


From: Stephen
Subject: Re: [bug-cflow] cflow: --main does not work for static functions?
Date: Mon, 21 Sep 2015 16:02:41 +0000

On  

Fri, 14 Sep 2007 16:37:01 +0200, gabriele balducci wrote:<br>&gt; It seems to 
me that cflow's `--main' option  does not behave as expected<br>&gt; for 
functions declared as static.<br><br>apologies for resurrecting this old 
thread, but i also just hit this. my particular use case is manually chasing a 
pfn, where the fn is declared static.<br><br>my fix was to 
add<br><br>&nbsp;&nbsp;&nbsp;&nbsp; if 
(!strcmp(sp-&gt;name,start_name))<br>&nbsp;&nbsp;&nbsp; &nbsp; storage = 
ExternStorage;<br><br>to the start of 
symbol.c::ident_change_storage()<br><br>best,<br>steve<br>                      
                  


reply via email to

[Prev in Thread] Current Thread [Next in Thread]