Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dalldts.c49 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h88 #define DT_RPATH 15 macro
/external/v8/build/config/gcc/
DBUILD.gn99 # Newer binutils don't set DT_RPATH unless you disable "new" dtags
/external/llvm/include/llvm/Support/
DELF.h1078 DT_RPATH = 15, // String table offset of library search path. enumerator
/external/elfutils/
DNEWS1167 Add DT_RUNPATH/DT_RPATH entries to dynamic section. Create .plt and
1305 DT_RPATH, -rpath, -rpath-link still remains to be implemented.
/external/elfutils/src/
Delflint.c1597 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1610 [DT_RPATH] = true, in check_dynamic()
1789 case DT_RPATH: in check_dynamic()
Dldgeneric.c4597 tag = DT_RPATH; in ld_generic_create_outfile()
Dreadelf.c1719 case DT_RPATH: in handle_dynamic()
/external/elfutils/libelf/
Delf.h715 #define DT_RPATH 15 /* Library search path (deprecated) */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1509 case DT_RPATH: in printValue()
/external/v8/build/
Dcommon.gypi4652 # Newer binutils don't set DT_RPATH unless you disable "new" dtags
/external/valgrind/perf/
Dtinycc.c642 #define DT_RPATH 15 /* Library search path */ macro