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

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 200 #define __section(x) __attribute__((__section__(x))) macro
204 #define __section(x) /* delete */ macro
208 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /bionic/libc/include/sys/
cdefs.h 189 #define __section(x) __attribute__((__section__(x))) macro
193 #define __section(x) /* delete */ macro
197 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /bionic/libc/kernel/arch-sh/asm/
machvec.h 67 #define __initmv __used __section(.machvec.init)
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 195 #define __section(x) __attribute__((__section__(x))) macro
199 #define __section(x) /* delete */ macro
203 #define __section(x) error: no __section for this compiler macro
cdefs_elf.h 122 __section("link_set_" #set) __used = &sym
125 __section("link_set_" #set) __used = &sym[n]
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 189 #define __section(x) __attribute__((__section__(x))) macro
193 #define __section(x) /* delete */ macro
197 #define __section(x) error: no __section for this compiler macro
  /external/stlport/stlport/stl/
_rope.c 669 const _CharT* __section = __l->_M_data + __start; local
671 __result = _S_RopeLeaf_from_unowned_char_ptr(__section, __result_len,
697 _CharT* __section = __base->_M_size.allocate(_S_rounded_up_size(__result_len));
699 (*(__f->_M_fn))(__start, __result_len, __section);
701 _STLP_UNWIND(_RopeRep::_S_free_string(__section,
703 _S_construct_null(__section + __result_len);
704 return _S_new_RopeLeaf(__section, __result_len,
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_rope.c 669 const _CharT* __section = __l->_M_data + __start; local
671 __result = _S_RopeLeaf_from_unowned_char_ptr(__section, __result_len,
697 _CharT* __section = __base->_M_size.allocate(_S_rounded_up_size(__result_len));
699 (*(__f->_M_fn))(__start, __result_len, __section);
701 _STLP_UNWIND(_RopeRep::_S_free_string(__section,
703 _S_construct_null(__section + __result_len);
704 return _S_new_RopeLeaf(__section, __result_len,
    [all...]

Completed in 60 milliseconds