HomeSort by relevance Sort by last modified time
    Searched refs:rpathEnd (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 309 rpathEnd = config().options().rpath_end();
311 rpath != rpathEnd; ++rpath)
526 rpathEnd = config().options().rpath_end();
527 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) {
530 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':');
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 834 rpathEnd = config().options().rpath_end();
836 rpath != rpathEnd; ++rpath)
    [all...]

Completed in 120 milliseconds