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

  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 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)
    [all...]
options.h 1797 extra_search_path() const function in class:gold::Input_file_argument
    [all...]
script.cc 2655 const char* extra_search_path = "."; local
    [all...]

Completed in 410 milliseconds