📄 built-in.mod.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 + -