Lines Matching full:libraries
17 - Libraries from the application paths are favored over system ones.
18 This avoids conflicts when one of your application's libraries
24 - Supports any number of shared libraries. On older Android platforms,
25 the system linker will refuse to load more than 64 or 128 libraries
57 system libraries (e.g. liblog.so and others). This avoids having two
59 resolving any symbols from system libraries.
68 - Libraries loaded with the crazy linker are visible to GDB, or Breakpad,
80 Also, libraries loaded with the crazy linker are not visible to the system
87 The VM will look into existing native libraries with dlsym() for a
123 - Libraries loaded by the crazy linker are not automatically closed when