Searched refs:__SECTIONSTRING (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-3/include/sys/ |
D | cdefs_elf.h | 91 #define __SECTIONSTRING(_sec, _str) \ macro 94 #define __SECTIONSTRING(_sec, _str) \ macro 102 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s) 108 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s) 120 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
|
/development/ndk/platforms/android-L/include/sys/ |
D | cdefs_elf.h | 61 #define __SECTIONSTRING(_sec, _str) \ macro 70 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s) 76 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s) 88 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
|