Searched refs:rpath (Results 1 – 4 of 4) sorted by relevance
28 "-Wl,--rpath,${ORIGIN}/../../../system/vendor/lib/mediacas",
815 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; in sizeNamePools()818 ++rpath) in sizeNamePools()819 dynstr += (*rpath).size() + 1; in sizeNamePools()1072 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local1074 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()1075 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()1076 strtabsize += (*rpath).size(); in emitDynNamePools()1077 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
52 Makefile.def Makefile.tpl src-release config.rpath \
430 def RPath : Joined<["-"], "rpath=">,