Home | History | Annotate | Download | only in gold

Lines Matching full:substr

219       mcpu = opt.substr(strlen("mcpu="));
221 extra_library_path = opt.substr(strlen("extra_library_path="));
223 triple = opt.substr(strlen("mtriple="));
225 obj_path = opt.substr(strlen("obj-path="));
239 thinlto_prefix_replace = opt.substr(strlen("thinlto-prefix-replace="));