Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp864 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local
866 for (rpath = config().options().rpath_begin(); in sizeNamePools()
867 rpath != rpathEnd; ++rpath) in sizeNamePools()
868 dynstr += (*rpath).size() + 1; in sizeNamePools()
1128 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local
1130 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
1131 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()
1132 strtabsize += (*rpath).size(); in emitDynNamePools()
1133 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
/frameworks/compile/mclinker/unittests/
Dtest3.txt52 Makefile.def Makefile.tpl src-release config.rpath \
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd1099 <code>-rpath-link=$SYSROOT/usr/lib</code> and
1100 <code>-rpath-link=$TARGET_OUT</code> in order to use <code>ld.bfd</code> to