Home
last modified time | relevance | path

Searched refs:DT_RUNPATH (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/libs/
DAndroid.bp578 // libnstest_root_not_isolated.so (DT_RUNPATH = $ORIGIN/../private_namespace_libs_external/)
658 // Build DT_RUNPATH test helper libraries
682 // Depends on library A with a DT_RUNPATH
692 // Depends on library A with an incorrect DT_RUNPATH. This does not matter
694 // is already loaded using the correct DT_RUNPATH from library B.
704 // D depends on B, C, and Y with DT_RUNPATH.
750 // A leaf library in a directory library D has DT_RUNPATH for.
/bionic/libc/include/bits/
Delf_common.h610 #define DT_RUNPATH 29 /* String table offset of a null-terminated macro
/bionic/
Dandroid-changes-for-ndk-developers.md357 ## DT_RUNPATH support (Available in API level >= 24)
359 If an ELF file contains a DT_RUNPATH entry, the directories listed there
/bionic/linker/
Dlinker.cpp1284 if (d->d_tag == DT_RUNPATH) { in load_library()
3200 case DT_RUNPATH: in prelink_image()
3299 case DT_RUNPATH: in prelink_image()