Home | History | Annotate | Download | only in gold

Lines Matching refs:next_pos

1155       size_t next_pos;
1158 next_pos = libpath.find(':', pos);
1159 size_t len = (next_pos == std::string::npos
1160 ? next_pos
1161 : next_pos - pos);
1164 pos = next_pos + 1;
1166 while (next_pos != std::string::npos);