Current File : //proc/self/root/kunden/usr/share/systemtap/runtime/linux/autoconf-module-sect-attrs.c
#include <linux/module.h>

unsigned long foobar(struct module_sect_attrs *moosas);

unsigned long foobar(struct module_sect_attrs *moosas)
{
  struct module_sect_attr msa = moosas->attrs[0];
  return msa.address;
}