⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 built-in.mod.c

📁 omap3 linux 2.6 用nocc去除了冗余代码
💻 C
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);struct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT,};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = {	{ 0x28bf5e4, "struct_module" },	{ 0x76cf47f6, "__aeabi_llsl" },	{ 0xf564412a, "__aeabi_ulcmp" },	{ 0xe707d823, "__aeabi_uidiv" },	{ 0xfa2a45e, "__memzero" },	{ 0x56d42418, "thread_notify_head" },	{ 0xdd132261, "printk" },	{ 0x59e5070d, "__do_div64" },	{ 0x39819646, "atomic_notifier_chain_register" },	{ 0x3d3c540f, "elf_hwcap" },	{ 0x2d22b28d, "send_sig_info" },	{ 0x8a4fa83b, "__aeabi_llsr" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=built-in,built-in";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -