OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__section
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/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]
/ndk/build/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]
/ndk/build/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]
/ndk/build/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]
/ndk/build/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]
/ndk/build/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]
/ndk/build/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]
/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
...]
Completed in 219 milliseconds