Lines Matching refs:be

22 will be tied to an app's target API level:
55 Alternatively, if you don't have too many dependencies, it can be easiest to
90 The dlopen(3) RTLD_LOCAL flag used to be ignored but is implemented
93 be affected (unless they explicitly used RTLD_GLOBAL). With RTLD_LOCAL,
94 symbols will not be made available to libraries loaded by later calls
146 that you want to load directly from your APK must be page aligned
152 "my_zip_file.zip!/libs/libstuff.so". As with APKs, the library must be
176 On devices running API level 26 to API level 30, this compatibility mode could be
199 (libcutils.so) can be copied to the project. As a long term solution
200 the relevant code must be copied to the project tree. SSL/Media/JNI
201 internal/binder APIs should not be accessed from the native code. When
216 headers. These headers must be present now, because the dynamic linker
274 *Resolution*: rewrite assembler to be position independent to ensure
283 While library dependencies (DT_NEEDED entries in the ELF headers) can be
285 no control over where your library will be installed by the system. A
286 DT_NEEDED entry should be the same as the needed library's SONAME,
293 the DT_NEEDED exactly and so it won't be able to load the library if
298 cannot be found on the device.
347 To allow `atfork` and `pthread_atfork` handlers to be unregistered on
360 will be searched to resolve DT_NEEDED entries. The string `${ORIGIN}` will
361 be rewritten at runtime to the directory containing the ELF file. This
371 memory. For security, data shouldn't be executable and code shouldn't be
373 flags should be mutually exclusive. This wasn't historically enforced,
411 Any combination of `dlerror`, `dlopen`, and `dlsym` can be used. There's
457 Most apps should be unaffected by this change, but apps that hook or try to
480 be applied after packed relocations. This meant that ifunc resolvers
499 in the arrays can be reordered, making sentinels no longer work. This prevents