Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dropeimpl.h772 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
807 _CharT* __section; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dropeimpl.h772 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() local
807 _CharT* __section; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/external/arm-trusted-firmware/include/lib/libc/
H A Dcdefs.h16 #define __section(x) __attribute__((__section__(x))) macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/
Dcdefs.h17 #define __section(x) __attribute__((__section__(x))) macro
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dcompiler.h54 #define __section(section) __attribute__((__section__(section))) macro
/aosp_15_r20/external/iproute2/include/
H A Dbpf_api.h66 # define __section(NAME) \ macro
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd8/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd6/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/aosp_15_r20/external/python/cpython2/Lib/plat-freebsd7/
DIN.py38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/libc/sys/
Dcdefs.h220 #define __section(x) __attribute__((__section__(x))) macro