Lines Matching refs:dynamic
16 Our general practice with dynamic linker behavior changes is that they
28 * On a developer preview build, dynamic linker warnings will also show up
37 on the dynamic linker's search path. This meant that apps
41 dynamic linker's caching code cached failures too, so it was necessary
58 in that order. For API 23 and later, for any given library, the dynamic
64 libraries. The M dynamic linker searches the global group followed by
82 symbol lookup and is now supported by the dynamic linker in API 23 and
89 The dynamic linker now understands the difference
98 `"dir2/libx.so"` --- the dynamic linker couldn’t tell the difference
140 rule is enforced by the dynamic linker, so non-public libraries
170 $ readelf --dynamic libBroken.so | grep NEEDED
183 *Potential problems*: starting from API 24 the dynamic linker will not
205 headers. These headers must be present now, because the dynamic linker
246 $ readelf --dynamic libTextRel.so | grep TEXTREL
255 because the Android dynamic linker trusts the entry/flag.
258 wastefully increase the number of dirty pages in memory. The dynamic
276 leaving the business of finding the library at runtime to the dynamic
279 Before API 23, Android's dynamic linker ignored the full path, and
290 $ readelf --dynamic libSample.so | grep NEEDED
319 $ readelf --dynamic libWithSoName.so | grep SONAME
347 dynamic linker what permissions to give the corresponding page in
364 In API level 26 and above the dynamic linker checks more values in
378 Starting with Android O it is possible to enable logging of dynamic
389 calls of dlerror(3) but to any time the dynamic linker writes to its
390 internal error buffer, so you'll see any errors the dynamic linker would
425 the dynamic linker to choose optimized assembler routines at run time