📄 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" }, { 0x12da5bb2, "__kmalloc" }, { 0x70c66486, "ptrace_notify" }, { 0x1f8afc0b, "per_cpu__kstat" }, { 0x1f9cfe83, "iomem_resource" }, { 0xd6035d05, "do_settimeofday" }, { 0xd7df4999, "init_mm" }, { 0xddeef053, "vfs_stat" }, { 0x5bd6d277, "send_sig" }, { 0x36e47222, "remove_wait_queue" }, { 0x3e6081a5, "seq_puts" }, { 0xd953ba2e, "seq_printf" }, { 0x4bb5683a, "sysdev_class_register" }, { 0x3096be16, "names_cachep" }, { 0x2fd1d81c, "vfree" }, { 0x7d11c268, "jiffies" }, { 0x28b2cc80, "atomic_notifier_call_chain" }, { 0xffd5a395, "default_wake_function" }, { 0xe8cd902e, "hweight16" }, { 0xb407b205, "ioport_resource" }, { 0xb56717cf, "xtime" }, { 0x7c60d66e, "getname" }, { 0xdf60cc27, "__print_symbol" }, { 0xdd132261, "printk" }, { 0x1075bf0, "panic" }, { 0x4e36e201, "seq_putc" }, { 0xa6a8dd49, "kmem_cache_free" }, { 0x387c0967, "vfs_lstat" }, { 0x7486289a, "init_uts_ns" }, { 0x231cf494, "up_write" }, { 0xb3fe02b1, "down_write" }, { 0x37903809, "fput" }, { 0x5080386b, "do_exit" }, { 0x5db253b9, "do_mmap_pgoff" }, { 0xe269ea1c, "sys_open" }, { 0x23ec63a9, "find_vma" }, { 0x504e0364, "sysdev_register" }, { 0x1000e51, "schedule" }, { 0x35c2ba9e, "refrigerator" }, { 0xfb6af58d, "recalc_sigpending" }, { 0x8a7d1c31, "high_memory" }, { 0xba5b7aca, "force_sig" }, { 0x99c3c0b0, "vfs_fstat" }, { 0x5604601a, "wake_up_process" }, { 0xb6c70a7d, "__wake_up" }, { 0xba497f13, "loops_per_jiffy" }, { 0x37a0cba, "kfree" }, { 0x2efa450d, "sys_read" }, { 0x3e6caebd, "add_wait_queue_exclusive" }, { 0xb4ac5100, "fget" }, { 0x2288378f, "system_state" }, { 0x38e8378d, "pgprot_kernel" }, { 0x9d43755c, "request_resource" }, { 0xdcb0349b, "sys_close" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=built-in,built-in,init_task,built-in,built-in,built-in,built-in,built-in";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -