HomeSort by: relevance | last modified time | path
    Searched defs:__SECTIONSTRING (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
cdefs_elf.h 139 # define __SECTIONSTRING(_sec, _str) \
144 # define __SECTIONSTRING(_sec, _str) \
151 # define __SECTIONSTRING(_sec, _str) \
156 # define __SECTIONSTRING(_sec, _str) \
163 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s)
175 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s)
  /src/sys/arch/alpha/include/
asm.h 645 #define __SECTIONSTRING(_sec, _str) \
654 __SECTIONSTRING(.ident, _s); \
655 __SECTIONSTRING(.ident, \
658 #define __KERNEL_RCSID(_n, _s) __SECTIONSTRING(.ident, _s)
660 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
721 __SECTIONSTRING(.ident, _s); \
722 __SECTIONSTRING(.ident, \
725 #define RCSID(_s) __SECTIONSTRING(.ident, _s)

Completed in 77 milliseconds