Searched refs:__IDSTRING (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | cdefs_aout.h | 85 #define __IDSTRING(_n,_s) \ macro 95 #define __COPYRIGHT(_s) __IDSTRING(copyright,_s) 102 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s) 107 #define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s)
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | cdefs.h | 490 #define __IDSTRING(name,string) __asm__(".ident\t\"" string "\"") macro 498 #define __IDSTRING(name,string) static const char name[] __unused = string macro 509 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 517 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 525 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 533 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 541 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|