vdso-note.s

来自「linux 内核源代码」· S 代码 · 共 13 行

S
13
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?