Home
last modified time | relevance | path

Searched refs:__IDSTRING (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dcdefs_aout.h85 #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/
Dcdefs.h490 #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)