OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATTRIBUTE_SECTION
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h
229
// 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)))
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)))
325
# define
ATTRIBUTE_SECTION
(name)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h
229
// 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)))
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)))
325
# define
ATTRIBUTE_SECTION
(name)
Completed in 41 milliseconds