Lines Matching refs:code
3 This document details important changes related to native code
47 dynamic linker's caching code cached failures too, so it was necessary
56 simply link all of your code into one big library and sidestep the details of
102 above. Use `--hash-style=both` if you want to build code that uses this
112 https://code.google.com/p/android/issues/detail?id=6670). API level 23
133 library so that old code gets the old version and new code gets the new
166 are not accessible regardless of the way code tries to load them:
197 *Resolution*: rewrite your native code to rely only on public API. As a
200 the relevant code must be copied to the project tree. SSL/Media/JNI
201 internal/binder APIs should not be accessed from the native code. When
202 necessary, native code should call appropriate public Java API methods.
269 *Potential problems*: Relocations enforce code pages being writable, and
272 level 23 and above refuses to load code with text relocations.
349 This means that code using `atfork` or `pthread_atfork` functions that is
353 *Resolution*: build your code with `minSdkVersion` that matches the minimum
371 memory. For security, data shouldn't be executable and code shouldn't be
416 have reported, even if the code you're debugging doesn't actually call
433 code for which has been unloaded (as in [issue 360], fixed in API level 28).
456 level an app targets, so all code sees the new IFUNC-using C library.
458 detect hooking of C library functions might need to fix their code to cope