Lines Matching refs:in
4 loading in various Android releases.
25 increase your target API level will appear in logcat when that library
43 in that order. For API 23 and later, for any given library, the dynamic
54 ## RTLD_LOCAL (Available in API level >= 23)
57 correctly in API 23 and later. Note that RTLD_LOCAL is the default,
64 ## GNU hashes (Availible in API level >= 23)
67 symbol lookup and is now supported by the dynamic linker in API 23 and
72 ## Correct soname/path handling (Available in API level >= 23)
92 ## Symbol versioning (Available in API level >= 23)
96 the behavior of a function, they can provide two versions in the same
98 version. This is supported in API level 23 and above.
105 `android:extractNativeLibs="false"` in your `AndroidManifest.xml`. In
107 at install time. This meant that they took up space in your APK and
108 again in your installation directory (and this was counted against you
111 (on a 4096-byte boundary) in the zip file and stored uncompressed.
114 Note that in API level 23 and above dlopen(3) will open a library from
142 most-installed apps, and that are feasible for us to support in the
146 your code will not work in a future release -- please fix it now!
189 Each ELF file has additional information contained in the section
191 uses them for sanity checking. Some developers strip them in an
214 described in our documentation for further diagnostics:
218 libTextRel.so: (memory/data?) [0x15E0E2] in (optimized out: previous simd_broken_op1) [0x15E0E0]
219 libTextRel.so: (memory/data?) [0x15E3B2] in (optimized out: previous simd_broken_op2) [0x15E3B0]
243 wastefully increase the number of dirty pages in memory. The dynamic
257 While library dependencies (DT_NEEDED entries in the ELF headers) can be
268 it is not present in that exact location on the device.
299 or a misconfiguration in your build system. A missing SONAME may lead
319 ## DT_RUNPATH support (Available in API level >= 24)
331 Each segment in an ELF file has associated flags that tell the
332 dynamic linker what permissions to give the corresponding page in
349 In API level 26 and above the dynamic linker checks more values in
361 ## Enable logging of dlopen/dlsym and library loading errors for apps (Available in Android O)