1 #ifndef __ELFNOTE_LTO_H 1 #ifndef __ELFNOTE_LTO_H 2 #define __ELFNOTE_LTO_H 2 #define __ELFNOTE_LTO_H 3 3 4 #include <linux/elfnote.h> 4 #include <linux/elfnote.h> 5 5 6 #define LINUX_ELFNOTE_LTO_INFO 0x101 6 #define LINUX_ELFNOTE_LTO_INFO 0x101 7 7 8 #ifdef CONFIG_LTO 8 #ifdef CONFIG_LTO 9 #define BUILD_LTO_INFO ELFNOTE32("Linux", LIN 9 #define BUILD_LTO_INFO ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 1) 10 #else 10 #else 11 #define BUILD_LTO_INFO ELFNOTE32("Linux", LIN 11 #define BUILD_LTO_INFO ELFNOTE32("Linux", LINUX_ELFNOTE_LTO_INFO, 0) 12 #endif 12 #endif 13 13 14 #endif /* __ELFNOTE_LTO_H */ 14 #endif /* __ELFNOTE_LTO_H */ 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.