![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 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/elfnote.h> 0008 #include <linux/version.h> 0009 0010 ELFNOTE_START(Linux, 0, "a") 0011 .long LINUX_VERSION_CODE 0012 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 |
![]() ![]() |