Lines Matching refs:in
4 loading in various Android releases.
28 increase your target API level will appear in logcat when that library
38 Until it was [fixed](https://issuetracker.google.com/36950617) in
43 [fixed](https://issuetracker.google.com/36935779) in JB-MR2, the
45 to topologically sort your libraries and load them in reverse order.
65 in that order. For API 23 and later, for any given library, the dynamic
84 ## RTLD_LOCAL (Available in API level >= 23)
87 correctly in API 23 and later. Note that RTLD_LOCAL is the default,
94 ## GNU hashes (Availible in API level >= 23)
97 symbol lookup and is now supported by the dynamic linker in API 23 and
102 ## Correct soname/path handling (Available in API level >= 23)
122 ## Symbol versioning (Available in API level >= 23)
126 the behavior of a function, they can provide two versions in the same
128 version. This is supported in API level 23 and above.
135 `android:extractNativeLibs="false"` in your `AndroidManifest.xml`. In
137 at install time. This meant that they took up space in your APK and
138 again in your installation directory (and this was counted against you
141 (on a 4096-byte boundary) in the zip file and stored uncompressed.
144 Note that in API level 23 and above dlopen(3) will open a library from
172 most-installed apps, and that are feasible for us to support in the
176 your code will not work in a future release -- please fix it now!
219 Each ELF file has additional information contained in the section
221 uses them for sanity checking. Some developers strip them in an
244 described in our documentation for further diagnostics:
248 libTextRel.so: (memory/data?) [0x15E0E2] in (optimized out: previous simd_broken_op1) [0x15E0E0]
249 libTextRel.so: (memory/data?) [0x15E3B2] in (optimized out: previous simd_broken_op2) [0x15E3B0]
273 wastefully increase the number of dirty pages in memory. The dynamic
287 While library dependencies (DT_NEEDED entries in the ELF headers) can be
298 it is not present in that exact location on the device.
329 or a misconfiguration in your build system. A missing SONAME may lead
348 ## `__register_atfork` (Available in API level >= 23)
351 `dlclose`, the implementation changed in API level 23. Unfortunately this
359 ## DT_RUNPATH support (Available in API level >= 24)
371 Each segment in an ELF file has associated flags that tell the
372 dynamic linker what permissions to give the corresponding page in
389 In API level 26 and above the dynamic linker checks more values in
401 ## Enable logging of dlopen/dlsym and library loading errors for apps (Available in Android O)
432 code for which has been unloaded (as in [issue 360], fixed in P).
446 ## Use of IFUNC in libc (True for all API levels on devices running Q)
449 [IFUNC](https://sourceware.org/glibc/wiki/GNU_IFUNC) functionality in
458 may expand to include more functions (and more libraries) in future.
463 in API level 28, but using `SHT_` and `DT_` constants in the space