Home
last modified time | relevance | path

Searched refs:DT_RPATH (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Delf.h64 #define DT_RPATH 15 macro
/bionic/libc/include/bits/
Delf_common.h591 #define DT_RPATH 15 /* String table offset of library path. [sup] */ macro
/bionic/linker/
Dlinker.cpp3248 if (d->d_tag == DT_RPATH) { in prelink_image()