Searched refs:rpath (Results 1 – 3 of 3) sorted by relevance
864 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local866 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() local1130 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()
52 Makefile.def Makefile.tpl src-release config.rpath \
1099 <code>-rpath-link=$SYSROOT/usr/lib</code> and1100 <code>-rpath-link=$TARGET_OUT</code> in order to use <code>ld.bfd</code> to