Home
last modified time | relevance | path

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

/bionic/tests/libs/
DAndroid.bp430 // libnstest_root_not_isolated.so (DT_RUNPATH = $ORIGIN/../private_namespace_libs_external/)
510 // Build DT_RUNPATH test helper libraries
534 // Depends on library A with a DT_RUNPATH
544 // Depends on library A with an incorrect DT_RUNPATH. This does not matter
546 // is already loaded using the correct DT_RUNPATH from library B.
556 // D depends on B, C, and Y with DT_RUNPATH.
603 // A leaf library in a directory library D has DT_RUNPATH for.
/bionic/libc/include/
Delf.h241 #define DT_RUNPATH 29 macro
/bionic/
Dandroid-changes-for-ndk-developers.md359 ## DT_RUNPATH support (Available in API level >= 24)
361 If an ELF file contains a DT_RUNPATH entry, the directories listed there
/bionic/linker/
Dlinker.cpp1251 if (d->d_tag == DT_RUNPATH) { in load_library()
3134 case DT_RUNPATH: in prelink_image()
3196 case DT_RUNPATH: in prelink_image()