Lines Matching refs:as
12 any architecture, as we will be doing basic inspection only. On Linux
23 a warning, as appropriate.
32 as toasts. Experience has shown that many developers don’t habitually
91 to dlopen(3) (as opposed to being referenced by DT_NEEDED entries).
134 your APK. Just use `System.loadLibrary("foo")` exactly as normal but set
139 and reported to the user as space taken up by your app). Any .so file
163 private C/C++ symbols. Private symbols aren't tested as part of the
167 as many developers found when Android 6.0 Marshmallow switched from
239 relocations. That is, the code must be loaded as is and must not be
243 hand-written assembler. This is not common. Use the scanelf tool as
290 DT_NEEDED entry should be the same as the needed library's SONAME,
321 libraries as the location may change from device to device.
330 to runtime issues such as the wrong library being loaded: the filename
432 code for which has been unloaded (as in [issue 360], fixed in P).