vdso-note.S 291 B

123456789101112
  1. /*
  2. * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
  3. * Here we can supply some information useful to userland.
  4. */
  5. #include <linux/uts.h>
  6. #include <linux/version.h>
  7. #include <linux/elfnote.h>
  8. ELFNOTE_START(Linux, 0, "a")
  9. .long LINUX_VERSION_CODE
  10. ELFNOTE_END