Lines Matching refs:be
12 that they'll be sent to the C-preprocessor before being assembled into
35 This is equivalent to crtbegin_dynamic.[cS], but shall be used for
40 This source file shall be used when generating an executable, i.e. used
45 Actually, it *must* be compiled into an object named 'crtend_android.o'
49 could probably be removed in the future).
52 This source's object file shall be used when generating a shared library,
85 This section shall *not* be used on Android. Used on some GLibc-based
90 This section shall *not* be used on Android. Used on some GLibc-based
98 '__dso_handle' must be defined in each shared library.
105 The statement above creates a hidden function, which address will be added
113 C library. Doing this ensures that the destructor for 'foo' will be
137 However, this requires that the atexit() implementation be part of the
149 this code cannot be in the C library itself.
152 (the latter should be provided by libc.a instead).
163 that shall *not* be exported by the NDK-provided link-time libraries (i.e.
171 C static library, and shall only be used to generate static executables (it
190 Note that all libgcc releases should be backwards-compatible, i.e. newer
218 library is unloaded. However, this bug can be solved by simply recompiling
253 when the library is unloaded. However, this bug can be solved by simply