linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Listing special marked symbols - attribute section
@ 2007-05-03  9:01 Thomas Schmid
  2007-05-03 22:37 ` Chris Li
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Schmid @ 2007-05-03  9:01 UTC (permalink / raw)
  To: linux-sparse

Hi,

i want to use sparse to put out a list of symbols, which are declared with 
__attribute__((section(<sectionname>))),
where <sectionname> maybe either ".gio" or ".lio".

E.g.:
__attribute__((__section__(".gio"))) int gInt;

In 0.3 are several extensions to parse attributes, but it seems that 
<sectionname> isn't stored anywhere.
Is it possible to get <sectionname>? 

If there is no way to get <sectionname> in the actual implementation, i 
think of an extension in struct ctype.
Any comments?
Would this be useful for someone else?

Best regards
Thomas

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

end of thread, other threads:[~2007-05-04 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03  9:01 Listing special marked symbols - attribute section Thomas Schmid
2007-05-03 22:37 ` Chris Li
2007-05-04 13:08   ` Antwort: " Thomas Schmid
2007-05-04 18:29     ` Christopher Li

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).