Lines Matching refs:library
116 name: "libgnu-hash-table-library",
126 name: "libsysv-hash-table-library",
316 // 4. Check that having access to shared library (libnstest_public.so)
317 // does not expose symbols from dependent library (libnstest_public_internal.so)
325 // libnstest_dlopened.so (library in private namespace dlopened from libnstest_root.so)
424 // Isolated namespaces do not allow loading of the library outside of
427 // This library cannot be loaded in isolated namespace because one of DT_NEEDED
526 // A leaf library in a non-standard directory.
534 // Depends on library A with a DT_RUNPATH
544 // Depends on library A with an incorrect DT_RUNPATH. This does not matter
545 // because B is the first in the D (below) dependency order, and library A
546 // is already loaded using the correct DT_RUNPATH from library B.
603 // A leaf library in a directory library D has DT_RUNPATH for.
611 // A leaf library in lib or lib64 directory
628 // Build library with two parents
982 // This library is empty, the actual implementation will provide an unversioned
1001 // This library used to test phtread_atfork handler behaviour
1137 // This library is used by dl_load test to check symbol preempting
1147 // This library is used by dl_load test to check symbol preempting
1237 // Empty library
1246 // Library for inaccessible shared library test
1265 // Check that RTLD_NEXT of a libc symbol works in dlopened library
1319 // Library that depends on the library with constructor that calls dlopen() b/7941716