Home
last modified time | relevance | path

Searched refs:reinterpret_cast (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/external/chromium_org/gpu/command_buffer/client/
Dgles2_c_lib_autogen.h774 { "glActiveTexture", reinterpret_cast<GLES2FunctionPointer>(
776 { "glAttachShader", reinterpret_cast<GLES2FunctionPointer>(
778 { "glBindAttribLocation", reinterpret_cast<GLES2FunctionPointer>(
780 { "glBindBuffer", reinterpret_cast<GLES2FunctionPointer>(glBindBuffer), },
781 { "glBindFramebuffer", reinterpret_cast<GLES2FunctionPointer>(
783 { "glBindRenderbuffer", reinterpret_cast<GLES2FunctionPointer>(
785 { "glBindTexture", reinterpret_cast<GLES2FunctionPointer>(glBindTexture), },
786 { "glBlendColor", reinterpret_cast<GLES2FunctionPointer>(glBlendColor), },
787 { "glBlendEquation", reinterpret_cast<GLES2FunctionPointer>(
789 { "glBlendEquationSeparate", reinterpret_cast<GLES2FunctionPointer>(
[all …]
/external/chromium_org/v8/src/
Dv8memory.h40 return *reinterpret_cast<uint8_t*>(addr); in uint8_at()
44 return *reinterpret_cast<uint16_t*>(addr); in uint16_at()
48 return *reinterpret_cast<uint32_t*>(addr); in uint32_at()
52 return *reinterpret_cast<int32_t*>(addr); in int32_at()
56 return *reinterpret_cast<uint64_t*>(addr); in uint64_at()
60 return *reinterpret_cast<int*>(addr); in int_at()
64 return *reinterpret_cast<unsigned*>(addr); in unsigned_at()
68 return *reinterpret_cast<intptr_t*>(addr); in intptr_at()
72 return *reinterpret_cast<uintptr_t*>(addr); in uintptr_at()
76 return *reinterpret_cast<double*>(addr); in double_at()
[all …]
Datomicops_internals_x86_msvc.h43 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_CompareAndSwap()
52 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_AtomicExchange()
60 reinterpret_cast<volatile LONG*>(ptr), in Barrier_AtomicIncrement()
127 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_CompareAndSwap()
128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); in NoBarrier_CompareAndSwap()
129 return reinterpret_cast<Atomic64>(result); in NoBarrier_CompareAndSwap()
135 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_AtomicExchange()
136 reinterpret_cast<PVOID>(new_value)); in NoBarrier_AtomicExchange()
137 return reinterpret_cast<Atomic64>(result); in NoBarrier_AtomicExchange()
143 reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
/external/v8/src/
Dv8memory.h40 return *reinterpret_cast<uint8_t*>(addr); in uint8_at()
44 return *reinterpret_cast<uint16_t*>(addr); in uint16_at()
48 return *reinterpret_cast<uint32_t*>(addr); in uint32_at()
52 return *reinterpret_cast<int32_t*>(addr); in int32_at()
56 return *reinterpret_cast<uint64_t*>(addr); in uint64_at()
60 return *reinterpret_cast<int*>(addr); in int_at()
64 return *reinterpret_cast<unsigned*>(addr); in unsigned_at()
68 return *reinterpret_cast<double*>(addr); in double_at()
72 return *reinterpret_cast<Address*>(addr); in Address_at()
76 return *reinterpret_cast<Object**>(addr); in Object_at()
[all …]
Datomicops_internals_x86_msvc.h43 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_CompareAndSwap()
52 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_AtomicExchange()
60 reinterpret_cast<volatile LONG*>(ptr), in Barrier_AtomicIncrement()
127 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_CompareAndSwap()
128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); in NoBarrier_CompareAndSwap()
129 return reinterpret_cast<Atomic64>(result); in NoBarrier_CompareAndSwap()
135 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_AtomicExchange()
136 reinterpret_cast<PVOID>(new_value)); in NoBarrier_AtomicExchange()
137 return reinterpret_cast<Atomic64>(result); in NoBarrier_AtomicExchange()
143 reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Datomicops_internals_atomicword_compat.h57 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in NoBarrier_CompareAndSwap()
63 reinterpret_cast<volatile Atomic32*>(ptr), new_value); in NoBarrier_AtomicExchange()
69 reinterpret_cast<volatile Atomic32*>(ptr), increment); in NoBarrier_AtomicIncrement()
75 reinterpret_cast<volatile Atomic32*>(ptr), increment); in Barrier_AtomicIncrement()
82 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Acquire_CompareAndSwap()
89 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Release_CompareAndSwap()
93 NoBarrier_Store(reinterpret_cast<volatile Atomic32*>(ptr), value); in NoBarrier_Store()
97 return Acquire_Store(reinterpret_cast<volatile Atomic32*>(ptr), value); in Acquire_Store()
101 return Release_Store(reinterpret_cast<volatile Atomic32*>(ptr), value); in Release_Store()
105 return NoBarrier_Load(reinterpret_cast<volatile const Atomic32*>(ptr)); in NoBarrier_Load()
[all …]
/external/chromium_org/base/
Datomicops_internals_atomicword_compat.h30 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in NoBarrier_CompareAndSwap()
36 reinterpret_cast<volatile Atomic32*>(ptr), new_value); in NoBarrier_AtomicExchange()
42 reinterpret_cast<volatile Atomic32*>(ptr), increment); in NoBarrier_AtomicIncrement()
48 reinterpret_cast<volatile Atomic32*>(ptr), increment); in Barrier_AtomicIncrement()
55 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Acquire_CompareAndSwap()
62 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Release_CompareAndSwap()
67 reinterpret_cast<volatile Atomic32*>(ptr), value); in NoBarrier_Store()
72 reinterpret_cast<volatile Atomic32*>(ptr), value); in Acquire_Store()
77 reinterpret_cast<volatile Atomic32*>(ptr), value); in Release_Store()
82 reinterpret_cast<volatile const Atomic32*>(ptr)); in NoBarrier_Load()
[all …]
Datomicops_internals_x86_msvc.h28 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_CompareAndSwap()
37 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_AtomicExchange()
45 reinterpret_cast<volatile LONG*>(ptr), in Barrier_AtomicIncrement()
117 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_CompareAndSwap()
118 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); in NoBarrier_CompareAndSwap()
119 return reinterpret_cast<Atomic64>(result); in NoBarrier_CompareAndSwap()
125 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_AtomicExchange()
126 reinterpret_cast<PVOID>(new_value)); in NoBarrier_AtomicExchange()
127 return reinterpret_cast<Atomic64>(result); in NoBarrier_AtomicExchange()
133 reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
/external/chromium/base/
Datomicops_internals_atomicword_compat.h31 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in NoBarrier_CompareAndSwap()
37 reinterpret_cast<volatile Atomic32*>(ptr), new_value); in NoBarrier_AtomicExchange()
43 reinterpret_cast<volatile Atomic32*>(ptr), increment); in NoBarrier_AtomicIncrement()
49 reinterpret_cast<volatile Atomic32*>(ptr), increment); in Barrier_AtomicIncrement()
56 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Acquire_CompareAndSwap()
63 reinterpret_cast<volatile Atomic32*>(ptr), old_value, new_value); in Release_CompareAndSwap()
68 reinterpret_cast<volatile Atomic32*>(ptr), value); in NoBarrier_Store()
73 reinterpret_cast<volatile Atomic32*>(ptr), value); in Acquire_Store()
78 reinterpret_cast<volatile Atomic32*>(ptr), value); in Release_Store()
83 reinterpret_cast<volatile const Atomic32*>(ptr)); in NoBarrier_Load()
[all …]
Datomicops_internals_x86_msvc.h20 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_CompareAndSwap()
29 reinterpret_cast<volatile LONG*>(ptr), in NoBarrier_AtomicExchange()
37 reinterpret_cast<volatile LONG*>(ptr), in Barrier_AtomicIncrement()
104 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_CompareAndSwap()
105 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value)); in NoBarrier_CompareAndSwap()
106 return reinterpret_cast<Atomic64>(result); in NoBarrier_CompareAndSwap()
112 reinterpret_cast<volatile PVOID*>(ptr), in NoBarrier_AtomicExchange()
113 reinterpret_cast<PVOID>(new_value)); in NoBarrier_AtomicExchange()
114 return reinterpret_cast<Atomic64>(result); in NoBarrier_AtomicExchange()
120 reinterpret_cast<volatile LONGLONG*>(ptr), in Barrier_AtomicIncrement()
/external/qemu/elff/
Delf_defs.h31 #define INC_PTR(p, n) (reinterpret_cast<uint8_t*>(p) + (n))
38 #define INC_CPTR(p, n) (reinterpret_cast<const uint8_t*>(p) + (n))
47 reinterpret_cast<T*> \
48 (reinterpret_cast<uint8_t*>(p) + (n))
57 reinterpret_cast<const T*> \
58 (reinterpret_cast<const uint8_t*>(p) + (n))
90 return ((size_t)(reinterpret_cast<const uint8_t*>(e) - in diff_ptr()
91 reinterpret_cast<const uint8_t*>(s))); in diff_ptr()
103 return *(reinterpret_cast<const uint8_t*>(ptr) + bt); in get_byte()
/external/eigen/blas/
Dlevel2_cplx_impl.h21 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC()
22 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
23 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
24 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC()
25 Scalar beta = *reinterpret_cast<Scalar*>(pbeta); in EIGEN_BLAS_FUNC()
120 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
121 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC()
122 RealScalar alpha = *reinterpret_cast<RealScalar*>(palpha); in EIGEN_BLAS_FUNC()
164 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
165 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
[all …]
Dlevel2_real_impl.h15 Scalar* a = reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC()
16 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
17 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
18 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC()
19 Scalar beta = *reinterpret_cast<Scalar*>(pbeta); in EIGEN_BLAS_FUNC()
72 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
73 Scalar* c = reinterpret_cast<Scalar*>(pc); in EIGEN_BLAS_FUNC()
74 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC()
125 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
126 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
[all …]
Dlevel1_impl.h14 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
15 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
16 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC()
33 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_BLAS_FUNC()
34 Scalar* y = reinterpret_cast<Scalar*>(py); in EIGEN_BLAS_FUNC()
57 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_CAT()
68 Scalar* x = reinterpret_cast<Scalar*>(px); in EIGEN_CAT()
78 Scalar& a = *reinterpret_cast<Scalar*>(pa); in EIGEN_BLAS_FUNC()
79 Scalar& b = *reinterpret_cast<Scalar*>(pb); in EIGEN_BLAS_FUNC()
81 Scalar* s = reinterpret_cast<Scalar*>(ps); in EIGEN_BLAS_FUNC()
[all …]
/external/chromium_org/base/android/jni_generator/
DtestNatives.golden57 reinterpret_cast<ChromeBrowserProvider*>(nativeChromeBrowserProvider);
69 reinterpret_cast<ChromeBrowserProvider*>(nativeChromeBrowserProvider);
84 reinterpret_cast<ChromeBrowserProvider*>(nativeChromeBrowserProvider);
97 reinterpret_cast<ChromeBrowserProvider*>(nativeChromeBrowserProvider);
109 reinterpret_cast<DataFetcherImplAndroid*>(nativeDataFetcherImplAndroid);
117 g_TestJni_clazz = reinterpret_cast<jclass>(env->NewGlobalRef(
123 "I", reinterpret_cast<void*>(Init) },
128 "V", reinterpret_cast<void*>(Destroy) },
137 "J", reinterpret_cast<void*>(AddBookmark) },
142 "Ljava/lang/String;", reinterpret_cast<void*>(GetDomainAndRegistry) },
[all …]
Dgolden_sample_for_tests_jni.h57 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Destroy()
64 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Method()
72 reinterpret_cast<CPPClass::InnerClass*>(nativePtr); in MethodOtherP0()
80 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in AddStructB()
87 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in IterateAndDoSomethingWithStructB()
303 g_InnerStructA_clazz = reinterpret_cast<jclass>(env->NewGlobalRef( in RegisterNativesImpl()
305 g_SampleForTests_clazz = reinterpret_cast<jclass>(env->NewGlobalRef( in RegisterNativesImpl()
307 g_InnerStructB_clazz = reinterpret_cast<jclass>(env->NewGlobalRef( in RegisterNativesImpl()
314 "I", reinterpret_cast<void*>(Init) }, in RegisterNativesImpl()
319 "V", reinterpret_cast<void*>(Destroy) }, in RegisterNativesImpl()
[all …]
/external/llvm/include/llvm/Support/
DWin64EH.h106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes+1) & ~1]); in getLanguageSpecificData()
116 return *reinterpret_cast<const uint32_t *>(getLanguageSpecificData()); in getLanguageSpecificHandlerOffset()
121 *reinterpret_cast<uint32_t *>(getLanguageSpecificData()) = offset; in setLanguageSpecificHandlerOffset()
126 return reinterpret_cast<void *>(reinterpret_cast<uint32_t *>( in getExceptionData()
132 return reinterpret_cast<RuntimeFunction *>(getLanguageSpecificData()); in getChainedFunctionEntry()
137 return reinterpret_cast<const RuntimeFunction *>(getLanguageSpecificData()); in getChainedFunctionEntry()
/external/chromium_org/chrome/browser/ui/gtk/
Dtask_manager_gtk.h110 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in ComparePage()
117 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareProfileName()
124 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareSharedMemory()
131 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in ComparePrivateMemory()
138 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareV8Memory()
146 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareCPU()
153 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareNetwork()
160 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareProcessID()
167 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareWebCoreImageCache()
175 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareWebCoreScriptsCache()
[all …]
/external/sfntly/cpp/src/sfntly/port/
Datomic.h26 return InterlockedIncrement64(reinterpret_cast<LONGLONG*>(address)); in AtomicIncrement()
28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
34 return InterlockedDecrement64(reinterpret_cast<LONGLONG*>(address)); in AtomicDecrement()
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
45 return OSAtomicIncrement32Barrier(reinterpret_cast<int32_t*>(address)); in AtomicIncrement()
49 return OSAtomicDecrement32Barrier(reinterpret_cast<int32_t*>(address)); in AtomicDecrement()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
Datomic.h26 return InterlockedIncrement64(reinterpret_cast<LONGLONG*>(address)); in AtomicIncrement()
28 return InterlockedIncrement(reinterpret_cast<LONG*>(address)); in AtomicIncrement()
34 return InterlockedDecrement64(reinterpret_cast<LONGLONG*>(address)); in AtomicDecrement()
36 return InterlockedDecrement(reinterpret_cast<LONG*>(address)); in AtomicDecrement()
45 return OSAtomicIncrement32Barrier(reinterpret_cast<int32_t*>(address)); in AtomicIncrement()
49 return OSAtomicDecrement32Barrier(reinterpret_cast<int32_t*>(address)); in AtomicDecrement()
/external/v8/src/ia32/
Dassembler-ia32-inl.h52 int32_t* p = reinterpret_cast<int32_t*>(pc_); in apply()
58 int32_t* p = reinterpret_cast<int32_t*>(pc_ + 1); in apply()
64 int32_t* p = reinterpret_cast<int32_t*>(pc_ + 1); in apply()
69 int32_t* p = reinterpret_cast<int32_t*>(pc_); in apply()
86 return reinterpret_cast<Address>(pc_); in target_address_address()
139 return reinterpret_cast<Address*>(pc_); in target_reference_address()
147 reinterpret_cast<JSGlobalPropertyCell**>(address)); in target_cell_handle()
156 return reinterpret_cast<JSGlobalPropertyCell*>(object); in target_cell()
207 return reinterpret_cast<Object**>(pc_ + 1); in call_object_address()
283 x_ = reinterpret_cast<int32_t>(ext.address()); in Immediate()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dtask_manager_gtk.h112 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in ComparePage()
119 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareSharedMemory()
126 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in ComparePrivateMemory()
133 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareV8Memory()
141 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareCPU()
148 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareNetwork()
155 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareProcessID()
162 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareWebCoreImageCache()
170 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareWebCoreScriptsCache()
177 return reinterpret_cast<TaskManagerGtk*>(task_manager)-> in CompareWebCoreCssCache()
[all …]
/external/chromium_org/v8/src/ia32/
Dassembler-ia32-inl.h56 int32_t* p = reinterpret_cast<int32_t*>(pc_); in apply()
61 int32_t* p = reinterpret_cast<int32_t*>(pc_ + 1); in apply()
68 int32_t* p = reinterpret_cast<int32_t*>(pc_ + 1); in apply()
74 int32_t* p = reinterpret_cast<int32_t*>(pc_ + 1); in apply()
79 int32_t* p = reinterpret_cast<int32_t*>(pc_); in apply()
96 return reinterpret_cast<Address>(pc_); in target_address_address()
150 return reinterpret_cast<Address>(*reinterpret_cast<int32_t*>(pc_)); in target_runtime_entry()
164 return Handle<Cell>(reinterpret_cast<Cell**>(address)); in target_cell_handle()
242 return reinterpret_cast<Object**>(pc_ + 1); in call_object_address()
333 x_ = reinterpret_cast<int32_t>(ext.address()); in Immediate()
[all …]
/external/chromium_org/ui/base/glib/
Dglib_signal.h25 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
33 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
41 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
49 return reinterpret_cast<CLASS*>(userdata)-> \
60 return reinterpret_cast<CLASS*>(userdata)-> \
71 return reinterpret_cast<CLASS*>(userdata)-> \
82 return reinterpret_cast<CLASS*>(userdata)-> \
90 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
98 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
106 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dbasictypes.h114 #define PRINTABLE_PTHREAD(pthreadt) reinterpret_cast<uintptr_t>(pthreadt)
194 (reinterpret_cast<char*>(&reinterpret_cast<strct*>(16)->field) - \
195 reinterpret_cast<char*>(16))
261 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name))
262 # define ATTRIBUTE_SECTION_STOP(name) (reinterpret_cast<void*>(__stop_##name))
320 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name))
321 # define ATTRIBUTE_SECTION_STOP(name) (reinterpret_cast<void*>(__stop_##name))
329 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(0))
330 # define ATTRIBUTE_SECTION_STOP(name) (reinterpret_cast<void*>(0))

12345678910>>...37