Home | History | Annotate | Download | only in gold

Lines Matching refs:extra_search_path

937 	      || this->input_argument_->extra_search_path() != NULL));
967 if (input_argument->extra_search_path() == NULL)
970 std::string name = input_argument->extra_search_path();
989 // C) input_argument_->extra_search_path() is not empty.
990 // In each, we look in extra_search_path + library_path to find
1003 // and extra_search_path is empty
1007 && input_argument->extra_search_path() == NULL))
1043 // It is not in the extra_search_path.
1055 // Case 4: extra_search_path is not empty
1058 gold_assert(input_argument->extra_search_path() != NULL);
1064 // extra_search_path failed, so check the normal search-path.