Lines Matching refs:dynamic

19 Our general practice with dynamic linker behavior changes is that they
31 * On a developer preview build, dynamic linker warnings will also show up
40 on the dynamic linker's search path. This meant that apps
44 dynamic linker's caching code cached failures too, so it was necessary
65 in that order. For API 23 and later, for any given library, the dynamic
71 libraries. The M dynamic linker searches the global group followed by
80 `libfoo.so` instead, letting the dynamic linker find the correct library
97 symbol lookup and is now supported by the dynamic linker in API 23 and
104 The dynamic linker now understands the difference
113 `"dir2/libx.so"` --- the dynamic linker couldn’t tell the difference
155 rule is enforced by the dynamic linker, so non-public libraries
185 $ readelf --dynamic libBroken.so | grep NEEDED
198 *Potential problems*: starting from API 24 the dynamic linker will not
220 headers. These headers must be present now, because the dynamic linker
261 $ readelf --dynamic libTextRel.so | grep TEXTREL
270 because the Android dynamic linker trusts the entry/flag.
273 wastefully increase the number of dirty pages in memory. The dynamic
291 leaving the business of finding the library at runtime to the dynamic
294 Before API 23, Android's dynamic linker ignored the full path, and
305 $ readelf --dynamic libSample.so | grep NEEDED
334 $ readelf --dynamic libWithSoName.so | grep SONAME
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
403 Starting with Android O it is possible to enable logging of dynamic
414 calls of dlerror(3) but to any time the dynamic linker writes to its
415 internal error buffer, so you'll see any errors the dynamic linker would
450 the dynamic linker to choose optimized assembler routines at run time