![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. 0004 * Here we can supply some information useful to userland. 0005 */ 0006 0007 #include <linux/uts.h> 0008 #include <linux/version.h> 0009 #include <linux/elfnote.h> 0010 0011 ELFNOTE_START(Linux, 0, "a") 0012 .long LINUX_VERSION_CODE 0013 ELFNOTE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |