📄 vdso-note.s
字号:
/* * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. * Here we can supply some information useful to userland. */#include <linux/uts.h>#include <linux/version.h>#include <linux/elfnote.h>ELFNOTE_START(Linux, 0, "a") .long LINUX_VERSION_CODEELFNOTE_END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -