Home
last modified time | relevance | path

Searched refs:get_view (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Darchive.h289 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function
290 { return this->input_file_->file().get_view(0, start, size, aligned, cache); } in get_view()
Dplugin.cc103 get_view(const void *handle, const void **viewp);
265 tv[i].tv_u.tv_get_view = get_view; in load()
800 Plugin_manager::get_view(unsigned int handle, const void **viewp) in get_view() function in gold::Plugin_manager
825 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false, in get_view()
1503 get_view(const void *handle, const void **viewp) in get_view() function
1508 return parameters->options().plugins()->get_view(obj_index, viewp); in get_view()
Dobject.h642 { return View(this->get_view(file_offset, data_size, true, true)); } in view()
661 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); } in view()
665 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function
667 return this->input_file()->file().get_view(this->offset_, start, size, in get_view()
2342 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
Dnacl.h63 : data_(file.get_view(0, file_offset, data_size, true, false)) in View()
Darchive.cc244 const unsigned char* p = this->get_view(off + sizeof(Archive_header), in setup()
286 const unsigned char* p = this->get_view(start, size, true, false); in read_armap()
332 const unsigned char* p = this->get_view(off, sizeof(Archive_header), true, in read_header()
Dreloc.cc274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_read_relocs()
651 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_relocate()
965 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), in do_relocate_sections()
1402 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions()
Dfileread.h153 get_view(off_t offset, off_t start, section_size_type size, bool aligned,
Dobject.cc123 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false); in read_symtab_xindex()
906 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(), in include_section_group()
936 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group()
2116 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols()
2571 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols()
3111 const unsigned char* p = input_file->file().get_view(offset, 0, want, in is_elf_object()
Dbinary.cc139 fileview = f.get_view(0, 0, filesize, false, false); in sized_convert()
Dplugin.h262 get_view(unsigned int handle, const void **viewp);
Ddwp.cc784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size, in setup()
796 const unsigned char* namesu = this->get_view(shdrnames.get_sh_offset(), in setup()
824 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
1043 input_file->file().get_view(0, 0, hdrsize, true, false); in make_object()
Ddynobj.h222 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
Darm.cc6383 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in scan_sections_for_stubs()
6421 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), in scan_sections_for_stubs()
6513 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols()
6533 reinterpret_cast<const char*>(this->get_view(strtabshdr.get_sh_offset(), in do_count_local_symbols()
6706 this->get_view(shdr.get_sh_offset(), shdr.get_sh_size(), true, false); in find_linked_text_section()
6838 const unsigned char* pehdr = this->get_view(elfcpp::file_header_offset, in do_read_symbols()
6878 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
6951 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_read_symbols()
6994 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in do_gc_process_relocs()
7045 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in update_output_local_symbol_count()
[all …]
Ddynobj.cc259 const unsigned char* pdynamic = this->get_view(dynamicshdr.get_sh_offset(), in read_dynamic()
281 strtabu = this->get_view(strtabshdr.get_sh_offset(), strtab_size, false, in read_dynamic()
Dfileread.cc615 File_read::get_view(off_t offset, off_t start, section_size_type size, in get_view() function in gold::File_read
Daarch64.cc1874 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols()
1895 reinterpret_cast<const char*>(this->get_view(strtabshdr.get_sh_offset(), in do_count_local_symbols()
2266 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in scan_sections_for_stubs()
2310 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), in scan_sections_for_stubs()
Dmips.cc5841 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols()
5868 const unsigned char* pehdr = this->get_view(elfcpp::file_header_offset, in do_read_symbols()
5899 this->get_view(section_offset, section_size, true, false); in do_read_symbols()
8004 const unsigned char* pehdr = relobj->get_view( in do_finalize_sections()
8026 const unsigned char* pehdr = dynobj->get_view(elfcpp::file_header_offset, in do_finalize_sections()
DChangeLog1781 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
4884 (Plugin_manager::get_view): Change to directly use the bool to check
4885 if get_view is called from claim_file_hook.
6898 * plugin.cc (get_view): New.
6899 (Plugin::load): Pass get_view to the plugin.
6900 (Plugin_manager::get_view): New.
15663 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
16356 (File_read::get_view): Add offset and aligned parameters. Adjust
16363 (Archive::get_view): Add aligned parameter. Change all callers.
16364 * object.h (Object::get_view): Add aligned parameter. Change all
Dpowerpc.cc1881 const unsigned char* psyms = this->get_view(shdr.get_sh_offset(), in do_read_symbols()
1964 opd = this->get_view(shdr.get_sh_offset(), opd_size, in do_read_symbols()