Lines Matching refs:is

21 Our general practice with dynamic linker behavior changes is that they
31 is loaded, even if you're not yet targeting that API level.
71 group. The global group is shared by all libraries and contains the main
73 flag set (by passing “-z global” to ld(1)). The local group is
90 The dlopen(3) RTLD_LOCAL flag used to be ignored but is implemented
91 correctly in API level 23 and later. Note that RTLD_LOCAL is the default,
101 symbol lookup and is supported by Android's dynamic linker in API level 23 and
113 is the first release where search by soname is implemented. Earlier
134 version. This is supported in API level 23 and above.
160 this rule is enforced and applications are no longer able to load all
165 The rule is enforced by the dynamic linker, so non-public libraries
178 This property is ignored on devices running API level 31 and later.
204 A complete list of public libraries is available within the NDK, under
207 Note: SSL/crypto is a special case, applications must NOT use platform
219 doesn't really help because it is possible to reconstruct the stripped
240 hand-written assembler. This is not common. You can use the scanelf tool
250 If you have no scanelf tool available, it is possible to do a basic
252 TEXTREL flag. Either alone is sufficient. (The value corresponding to the
253 TEXTREL entry is irrelevant and typically 0 --- simply the presence of
263 Note: it is technically possible to have a shared object with the TEXTREL
294 it is not present in that exact location on the device.
316 only. It is better to let the runtime linker to find and load those
326 runtime issues such as the wrong library being loaded: the filename is
327 used instead when this attribute is missing.
349 This means that code using `atfork` or `pthread_atfork` functions that is
374 but is now.
382 into your app. The middleware vendor is aware of the problem and has a fix
419 On userdebug and eng builds it is possible to enable tracing for the
454 devices, and is similar to what other OSes already did. Because the zygote
455 uses the C library, this decision is made long before we know what API
472 The RELR encoding is unrelated to the earlier "packed relocations"