Lines Matching refs:code

3 This document details important changes related to native code
44 dynamic linker's caching code cached failures too, so it was necessary
53 simply link all of your code into one big library and sidestep the details of
98 above. (Use --hash-style=both if you want to build code that uses this
106 https://code.google.com/p/android/issues/detail?id=6670). API level 23
127 library so that old code gets the old version and new code gets the new
156 are not accessible regardless of the way code tries to load them:
176 your code will not work in a future release -- please fix it now!
201 *Resolution*: rewrite your native code to rely only on public API. As a
204 the relevant code must be copied to the project tree. SSL/Media/JNI
205 internal/binder APIs should not be accessed from the native code. When
206 necessary, native code should call appropriate public Java API methods.
239 relocations. That is, the code must be loaded as is and must not be
272 *Potential problems*: Relocations enforce code pages being writable, and
275 (API 19), but on API 23 and above it refuses to load code with text
356 *Resolution*: build your code with an NDK target API level that matches your
373 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
432 code for which has been unloaded (as in [issue 360], fixed in P).
454 level an app targets, so all code sees the new IFUNC-using C library.
456 detect hooking of C library functions might need to fix their code to cope