Home
last modified time | relevance | path

Searched refs:get_lasting_view (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dfileread.h168 get_lasting_view(off_t offset, off_t start, section_size_type size,
Ddynobj.cc234 *view = this->get_lasting_view(shdr.get_sh_offset(), shdr.get_sh_size(), in read_dynsym_section()
394 sd->symbols = this->get_lasting_view(dynsymshdr.get_sh_offset(), in base_read_symbols()
417 sd->symbol_names = this->get_lasting_view(strtabshdr.get_sh_offset(), in base_read_symbols()
Dobject.cc198 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size, in read_section_data()
212 sd->section_names = this->get_lasting_view(shdrnames.get_sh_offset(), in read_section_data()
895 File_view* fvsymtab = this->get_lasting_view(readoff, readsize, true, false); in base_read_symbols()
913 File_view* fvstrtab = this->get_lasting_view(strtabshdr.get_sh_offset(), in base_read_symbols()
Dreloc.cc353 sr.contents = this->get_lasting_view(shdr.get_sh_offset(), sh_size, in do_read_relocs()
375 rd->local_symbols = this->get_lasting_view(symtabshdr.get_sh_offset(), in do_read_relocs()
Dobject.h777 get_lasting_view(off_t start, section_size_type size, bool aligned, in get_lasting_view() function
780 return this->input_file()->file().get_lasting_view(this->offset_, start, in get_lasting_view()
Dfileread.cc634 File_read::get_lasting_view(off_t offset, off_t start, section_size_type size, in get_lasting_view() function in gold::File_read
DChangeLog-081517775 (File_read::get_lasting_view): Likewise.
17783 (Object::get_lasting_view): Likewise.