HomeSort by relevance Sort by last modified time
    Searched defs:__section (Results 1 - 8 of 8) sorted by null

  /external/iproute2/include/
bpf_api.h 65 #ifndef __section
66 # define __section(NAME) \ macro
72 __section(__stringify(ID) "/" __stringify(KEY))
77 __section(ELF_SECTION_PROG)
82 __section(ELF_SECTION_CLASSIFIER)
87 __section(ELF_SECTION_ACTION)
92 __section(ELF_SECTION_PROG)
97 __section(ELF_SECTION_LICENSE)
102 __section(ELF_SECTION_MAPS)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 226 #define __section(x) __attribute__((__section__(x))) macro
230 #define __section(x) /* delete */ macro
234 #define __section(x) error: no __section for this compiler macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 188 #define __section(x) macro
199 /* XXX Find out what to do for __packed, __aligned and __section */
208 #define __section(x) __attribute__((__section__(x))) macro
217 #define __section(x) __attribute__((__section__(x))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
ropeimpl.h 772 const _CharT* __section = __l->_M_data + __start; local
773 __result = _S_new_RopeLeaf(__section, __result_len,
807 _CharT* __section; local
815 __section = (_CharT*)
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
821 _RopeRep::__STL_FREE_STRING(__section, __result_len,
825 _S_cond_store_eos(__section[__result_len]);
826 return _S_new_RopeLeaf(__section, __result_len,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
ropeimpl.h 772 const _CharT* __section = __l->_M_data + __start; local
773 __result = _S_new_RopeLeaf(__section, __result_len,
807 _CharT* __section; local
815 __section = (_CharT*)
818 { (*(__f->_M_fn))(__start, __result_len, __section); }
821 _RopeRep::__STL_FREE_STRING(__section, __result_len,
825 _S_cond_store_eos(__section[__result_len]);
826 return _S_new_RopeLeaf(__section, __result_len,
    [all...]
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 38 def __section(x): return __attribute__((__section__(x))) function
42 def __section(x): return __attribute__((__section__(x))) function

Completed in 269 milliseconds