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