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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp864 GeneralOptions::const_rpath_iterator rpath, local
866 for (rpath = config().options().rpath_begin();
867 rpath != rpathEnd; ++rpath)
868 dynstr += (*rpath).size() + 1;
1128 GeneralOptions::const_rpath_iterator rpath, local
1130 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) {
1131 memcpy((strtab + strtabsize), (*rpath)
[all...]

Completed in 149 milliseconds