Searched defs:ATTRIBUTE_SECTION (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h229 // 1) ATTRIBUTE_SECTION: put this with the declaration of all functions
244 // ATTRIBUTE_SECTION are guaranteed to be between START and STOP.
247 # define ATTRIBUTE_SECTION(name) __attribute__ ((section (#name))) macro
251 // even without functions with ATTRIBUTE_SECTION(name).
259 // having ATTRIBUTE_SECTION(name), or 0 if no such function exists.
266 # define ATTRIBUTE_SECTION(name) __attribute__ ((section ("__TEXT, " #name))) macro
325 # define ATTRIBUTE_SECTION(name) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h229 // 1) ATTRIBUTE_SECTION: put this with the declaration of all functions
244 // ATTRIBUTE_SECTION are guaranteed to be between START and STOP.
247 # define ATTRIBUTE_SECTION(name) __attribute__ ((section (#name))) macro
251 // even without functions with ATTRIBUTE_SECTION(name).
259 // having ATTRIBUTE_SECTION(name), or 0 if no such function exists.
266 # define ATTRIBUTE_SECTION(name) __attribute__ ((section ("__TEXT, " #name))) macro
325 # define ATTRIBUTE_SECTION(name) macro

Completed in 296 milliseconds