Searched refs:buf_printf (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/mod/ |
| H A D | modpost.c | 1678 void __attribute__((format(printf, 2, 3))) buf_printf(struct buffer *buf, in buf_printf() function 1836 buf_printf(b, "#include <linux/module.h>\n"); in add_header() 1837 buf_printf(b, "#include <linux/export-internal.h>\n"); in add_header() 1838 buf_printf(b, "#include <linux/compiler.h>\n"); in add_header() 1839 buf_printf(b, "\n"); in add_header() 1840 buf_printf(b, "MODULE_INFO(name, KBUILD_MODNAME);\n"); in add_header() 1841 buf_printf(b, "\n"); in add_header() 1842 buf_printf(b, "__visible struct module __this_module\n"); in add_header() 1843 buf_printf(b, "__section(\".gnu.linkonce.this_module\") = {\n"); in add_header() 1844 buf_printf(b, "\t.name = KBUILD_MODNAME,\n"); in add_header() [all …]
|