Searched refs:ATTRIBUTE_SECTION_START (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h240 // ATTRIBUTE_SECTION_START or ATTRIBUTE_SECTION_STOP on a name.
242 // 5) ATTRIBUTE_SECTION_START/ATTRIBUTE_SECTION_STOP: call this to say
250 // for ATTRIBUTE_SECTION_START|STOP(name) to compile and link
261 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name)) macro
320 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name)) macro
329 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(0)) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h240 // ATTRIBUTE_SECTION_START or ATTRIBUTE_SECTION_STOP on a name.
242 // 5) ATTRIBUTE_SECTION_START/ATTRIBUTE_SECTION_STOP: call this to say
250 // for ATTRIBUTE_SECTION_START|STOP(name) to compile and link
261 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name)) macro
320 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(__start_##name)) macro
329 # define ATTRIBUTE_SECTION_START(name) (reinterpret_cast<void*>(0)) macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc602 (reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_START(name)) <= \
624 if (ATTRIBUTE_SECTION_START(google_malloc) ==
630 if (ATTRIBUTE_SECTION_START(malloc_hook) ==
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook.cc602 (reinterpret_cast<uintptr_t>(ATTRIBUTE_SECTION_START(name)) <= \
624 if (ATTRIBUTE_SECTION_START(google_malloc) ==
630 if (ATTRIBUTE_SECTION_START(malloc_hook) ==

Completed in 322 milliseconds