Home
last modified time | relevance | path

Searched defs:__section (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h775 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
810 _CharT* __section; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dropeimpl.h772 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
807 _CharT* __section; in _GLIBCXX_VISIBILITY() local
/netbsd-src/sys/sys/
H A Dcdefs.h455 #define __section(x) /* delete */ macro
459 #define __section(x) __attribute__((__section__(x))) macro
465 #define __section(x) error: no __section for this compiler macro