Home | History | Annotate | Download | only in gold

Lines Matching full:input_file

42 Dynobj::Dynobj(const std::string& name, Input_file* input_file, off_t offset)
43 : Object(name, input_file, true, offset),
52 if (input_file == NULL)
56 this->soname_ = input_file->found_name();
78 Input_file* input_file,
81 : Dynobj(name, input_file, offset),