Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp816 rpathEnd = config().options().rpath_end(); in sizeNamePools() local
817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; in sizeNamePools()
1073 rpathEnd = config().options().rpath_end(); in emitDynNamePools() local
1074 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
1077 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()