Searched refs:_IDENTSTR (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/amd64/include/
H A Dasm.h115 #define _IDENTSTR(x) .pushsection ".ident","MS",@progbits,1; \ macro
120 _IDENTSTR(_s); \
121 _IDENTSTR("$" "NetBSD: " __FILE__ " " _NETBSD_REVISIONID " $")
123 #define RCSID(_s) _IDENTSTR(_s)
/netbsd-current/sys/arch/i386/include/
H A Dasm.h184 #define _IDENTSTR(x) .pushsection ".ident","MS",@progbits,1; \ macro
188 #define _IDENTSTR(x) .text; .asciz x macro
192 _IDENTSTR(_s); \
193 _IDENTSTR("$" "NetBSD: " __FILE__ " " _NETBSD_REVISIONID " $")
195 #define RCSID(_s) _IDENTSTR(_s)
/netbsd-current/sys/arch/arm/include/
H A Dasm.h241 #define _IDENTSTR(x) .pushsection ".ident","MS",%progbits,1; \ macro
247 _IDENTSTR(.asciz _s); \
248 _IDENTSTR(.ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
251 #define RCSID(_s) _IDENTSTR(.asciz _s)

Completed in 178 milliseconds