Home
last modified time | relevance | path

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

/aosp12/art/libelffile/elf/
H A Delf_utils.h113 case DT_RPATH: in IsDynamicSectionPointer()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h122 #define DT_RPATH 15 macro
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h74 #define DT_RPATH 15 macro
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1067 (*dt_need)->setValue(llvm::ELF::DT_RPATH, strtabsize); in emitDynNamePools()
/aosp12/bionic/linker/
H A Dlinker.cpp3152 if (d->d_tag == DT_RPATH) { in prelink_image()