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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp865 rpathEnd = config().options().rpath_end(); local
867 rpath != rpathEnd; ++rpath)
1129 rpathEnd = config().options().rpath_end(); local
1130 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) {
1133 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':');

Completed in 10 milliseconds