| Current Path : /usr/share/systemtap/runtime/linux/ |
| Current File : //usr/share/systemtap/runtime/linux/autoconf-module-sect-attrs.c |
#include <linux/module.h>
unsigned long foobar(struct module_sect_attrs *moosas)
{
struct module_sect_attr msa = moosas->attrs[0];
return msa.address;
}