Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp308 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local
310 for (rpath = config().options().rpath_begin(); in sizeNamePools()
311 rpath != rpathEnd; ++rpath) in sizeNamePools()
312 dynstr += (*rpath).size() + 1; in sizeNamePools()
525 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local
527 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
528 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()
529 strtabsize += (*rpath).size(); in emitDynNamePools()
530 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp833 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local
835 for (rpath = config().options().rpath_begin(); in sizeNamePools()
836 rpath != rpathEnd; ++rpath) in sizeNamePools()
837 dynstr += (*rpath).size() + 1; in sizeNamePools()
1130 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local
1132 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
1133 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()
1134 strtabsize += (*rpath).size(); in emitDynNamePools()
1135 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
/frameworks/compile/mclinker/unittests/
Dtest3.txt52 Makefile.def Makefile.tpl src-release config.rpath \