Searched refs:DT_RPATH (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | alldts.c | 49 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 89 #define DT_RPATH 15 macro
|
/external/u-boot/include/ |
D | elf.h | 513 #define DT_RPATH 15 /* string table offset of library macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1050 DT_RPATH = 15, // String table offset of library search path. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1104 DT_RPATH = 15, // String table offset of library search path. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1106 DT_RPATH = 15, // String table offset of library search path. enumerator
|
/external/elfutils/ |
D | NEWS | 1323 Add DT_RUNPATH/DT_RPATH entries to dynamic section. Create .plt and 1461 DT_RPATH, -rpath, -rpath-link still remains to be implemented.
|
/external/elfutils/src/ |
D | elflint.c | 1614 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1627 [DT_RPATH] = true, in check_dynamic() 1806 case DT_RPATH: in check_dynamic()
|
D | readelf.c | 1816 case DT_RPATH: in handle_dynamic()
|
/external/kmod/port-gnu/ |
D | elf.h | 714 #define DT_RPATH 15 /* Library search path (deprecated) */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 856 #define DT_RPATH 15 /* Library search path (deprecated) */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1713 case DT_RPATH: in printValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1824 case DT_RPATH: in printValue()
|