Lines Matching refs:input_file

398   Object(const std::string& name, Input_file* input_file, bool is_dynamic,
400 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U), in name_()
406 if (input_file != NULL) in name_()
408 input_file->file().add_object(); in name_()
409 this->is_in_system_directory_ = input_file->is_in_system_directory(); in name_()
410 this->as_needed_ = input_file->options().as_needed(); in name_()
479 input_file() in input_file() function
486 input_file() const in input_file() function
505 this->input_file()->file().unlock(t); in unlock()
519 return this->input_file()->file().token(); in token()
527 this->input_file()->file().release(); in release()
533 { return this->input_file()->just_symbols(); } in just_symbols()
726 return this->input_file()->file().get_view(this->offset_, start, size, in get_view()
735 return this->input_file()->file().get_lasting_view(this->offset_, start, in get_lasting_view()
742 { this->input_file()->file().read(start + this->offset_, size, p); } in read()
747 { this->input_file()->file().read_multiple(this->offset_, rm); } in read_multiple()
798 { return this->input_file()->will_search_for(); } in searched_for()
877 { return this->input_file()->file().get_mtime(); } in do_get_mtime()
1095 Relobj(const std::string& name, Input_file* input_file, off_t offset = 0)
1096 : Object(name, input_file, false, offset), in Object() argument
1999 Sized_relobj(const std::string& name, Input_file* input_file) in Sized_relobj() argument
2000 : Relobj(name, input_file), local_got_offsets_(), section_offsets_() in Sized_relobj()
2003 Sized_relobj(const std::string& name, Input_file* input_file, in Sized_relobj() argument
2005 : Relobj(name, input_file, offset), local_got_offsets_(), section_offsets_() in Sized_relobj()
2178 Input_file* input_file,
3008 is_elf_object(Input_file* input_file, off_t offset,