Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc1155 size_t next_pos; in finalize() local
1158 next_pos = libpath.find(':', pos); in finalize()
1159 size_t len = (next_pos == std::string::npos in finalize()
1160 ? next_pos in finalize()
1161 : next_pos - pos); in finalize()
1164 pos = next_pos + 1; in finalize()
1166 while (next_pos != std::string::npos); in finalize()