cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
* [Cocci] Searching for exported Linux functions
@ 2020-05-01 11:43 Markus Elfring
       [not found] ` <alpine.DEB.2.21.2005011348250.2504@hadrien>
  0 siblings, 1 reply; 5+ messages in thread
From: Markus Elfring @ 2020-05-01 11:43 UTC (permalink / raw)
  To: Coccinelle

Hello,

I would like to determine specific information also by the means of another
script for the semantic patch language.


@display@
identifier action;
type return_type;
@@
*return_type action(...)
 {
 ...
 }
 EXPORT_SYMBOL(action);


But I get the following error message so far.

elfring@Sonne:~/Projekte/Coccinelle/janitor> spatch --parse-cocci show_exported_functions1.cocci
…
minus: parse error:
  File "show_exported_functions1.cocci", line 9, column 1, charpos = 87
  around = 'EXPORT_SYMBOL',
  whole content =  EXPORT_SYMBOL(action);


How are the chances for further software evolution according to such
a data processing approach?

Regards,
Markus
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-02  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 11:43 [Cocci] Searching for exported Linux functions Markus Elfring
     [not found] ` <alpine.DEB.2.21.2005011348250.2504@hadrien>
2020-05-01 12:36   ` Markus Elfring
2020-05-02  5:56   ` [Cocci] Searching for global items in the source code Markus Elfring
2020-05-02  7:05     ` Julia Lawall
2020-05-02  7:43       ` Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).