Lines Matching refs:dynamic
24 Our general practice with dynamic linker behavior changes is that they
36 * On a developer preview build, dynamic linker warnings will also show up
45 on the dynamic linker's search path. This meant that apps
49 dynamic linker's caching code cached failures too, so it was necessary
70 in that order. For API 23 and later, for any given library, the dynamic
76 libraries. The M dynamic linker searches the global group followed by
85 `libfoo.so` instead, letting the dynamic linker find the correct library
102 symbol lookup and is now supported by the dynamic linker in API 23 and
109 The dynamic linker now understands the difference
118 `"dir2/libx.so"` --- the dynamic linker couldn’t tell the difference
160 rule is enforced by the dynamic linker, so non-public libraries
188 $ readelf --dynamic libBroken.so | grep NEEDED
201 *Potential problems*: starting from API 24 the dynamic linker will not
223 headers. These headers must be present now, because the dynamic linker
264 $ readelf --dynamic libTextRel.so | grep TEXTREL
273 because the Android dynamic linker trusts the entry/flag.
276 wastefully increase the number of dirty pages in memory. The dynamic
294 leaving the business of finding the library at runtime to the dynamic
297 Before API 23, Android's dynamic linker ignored the full path, and
308 $ readelf --dynamic libSample.so | grep NEEDED
337 $ readelf --dynamic libWithSoName.so | grep SONAME
375 dynamic linker what permissions to give the corresponding page in
392 In API level 26 and above the dynamic linker checks more values in
406 Starting with Android O it is possible to enable logging of dynamic
417 calls of dlerror(3) but to any time the dynamic linker writes to its
418 internal error buffer, so you'll see any errors the dynamic linker would
453 the dynamic linker to choose optimized assembler routines at run time