Searched refs:file_ (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp_file.h | 151 this->file_->error(_("ELF file has not been initialized yet" in shnum() 169 this->file_->error(_("ELF file has not been initialized yet" in shstrndx() 189 this->file_->error(_("ELF file has not been initialized yet" in large_shndx_offset() 252 File* file_; variable 407 this->file_ = file; in construct() 439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum() 468 this->file_->error(_("bad shstrndx: %u >= %u"), in initialize_shnum() 483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type() 501 this->file_->error(_("section_header_offset: bad shndx %u >= %u"), in section_header_offset() 512 File* const file = this->file_; in section_name() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | fileread.h | 471 : file_(file), view_(view), data_(data) in File_view() 474 File_read& file_; variable 493 : input_argument_(input_argument), found_name_(), file_(), in Input_file() 532 { return this->file_.filename(); } in filename() 548 { return this->file_; } in file() 552 { return this->file_; } in file() 602 File_read file_; variable
|
D | nacl.h | 38 : file_(input_file->file()), offset_(offset) in Sniff_file() 75 return View(this->file_, this->offset_ + file_offset, data_size); in view() 88 File_read& file_;
|
D | fileread.cc | 865 gold_assert(this->file_.is_locked()); in ~File_view() 874 : found_name_(), file_(), is_in_sysroot_(false), format_(FORMAT_NONE) in Input_file() 885 : file_() in Input_file() 890 bool ok = this->file_.open(task, name, contents, size); in Input_file() 1099 ok = this->file_.open(task, name); in open() 1137 return this->file_.open(task, name, binary_to_elf.converted_data_leak(), in open_binary()
|
D | nacl.cc | 43 gold_error(_("%s: %s"), this->file_.filename().c_str(), buf); in error()
|
D | options.h | 1849 : is_file_(true), file_(file), group_(NULL), lib_(NULL), script_info_(NULL) in Input_argument() 1882 return this->file_; in file() 1929 Input_file_argument file_; variable
|