Searched refs:get_lasting_view (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | fileread.h | 168 get_lasting_view(off_t offset, off_t start, section_size_type size,
|
| D | dynobj.cc | 234 *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()
|
| D | object.cc | 198 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()
|
| D | reloc.cc | 353 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()
|
| D | object.h | 777 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()
|
| D | fileread.cc | 634 File_read::get_lasting_view(off_t offset, off_t start, section_size_type size, in get_lasting_view() function in gold::File_read
|
| D | ChangeLog-0815 | 17775 (File_read::get_lasting_view): Likewise. 17783 (Object::get_lasting_view): Likewise.
|