Home
last modified time | relevance | path

Searched refs:_s (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dcdefs_elf.h98 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s) argument
100 #define __RCSID(_s) __IDSTRING(rcsid,_s) argument
101 #define __SCCSID(_s) argument
102 #define __SCCSID2(_s) argument
104 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
106 #define __COPYRIGHT(_s) \ argument
108 __attribute__((__unused__,__section__(".copyright"))) = _s
111 #define __KERNEL_RCSID(_n, _s) __RCSID(_s) argument
112 #define __KERNEL_SCCSID(_n, _s) argument
114 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s)
[all …]
Dcdefs.h252 #define __KERNEL_RCSID(_n, _s) /* nothing */ argument
/bionic/libc/bionic/
Dstubs.c55 stubs_state_free( void* _s ) in stubs_state_free() argument
57 stubs_state_t* s = _s; in stubs_state_free()