| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | archive.h | 292 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function 293 { return this->input_file_->file().get_view(0, start, size, aligned, cache); } in get_view()
|
| H A D | plugin.cc | 108 get_view(const void *handle, const void **viewp); 289 tv[i].tv_u.tv_get_view = get_view; in load() 1125 Plugin_manager::get_view(unsigned int handle, const void **viewp) in get_view() function in gold::Plugin_manager 1150 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false, in get_view() 1853 get_view(const void *handle, const void **viewp) in get_view() function 1858 return parameters->options().plugins()->get_view(obj_index, viewp); in get_view()
|
| H A D | nacl.h | 63 : data_(file.get_view(file_offset, 0, data_size, true, false)) in View()
|
| H A D | archive.cc | 248 const unsigned char* p = this->get_view(off + sizeof(Archive_header), in setup() 291 const unsigned char* p = this->get_view(start, size, true, false); in read_armap() 340 const unsigned char* p = this->get_view(off, sizeof(Archive_header), true, in read_header()
|
| H A D | reloc.cc | 274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_read_relocs() 594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_relocate() 951 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), in relocate_section_range() 1406 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions()
|
| H A D | object.h | 746 { return View(this->get_view(file_offset, data_size, true, true)); } in view() 765 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); } in view() 769 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function 771 return this->input_file()->file().get_view(this->offset_, start, size, in get_view() 2501 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
|
| H A D | fileread.h | 153 get_view(off_t offset, off_t start, section_size_type size, bool aligned,
|
| H A D | binary.cc | 145 fileview = f.get_view(0, 0, filesize, false, false); in sized_convert()
|
| H A D | object.cc | 124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false); in read_symtab_xindex() 972 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(), in include_section_group() 1002 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group() 2304 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() 2777 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols() 3427 const unsigned char* p = input_file->file().get_view(offset, 0, want, in is_elf_object()
|
| H A D | dwp.cc | 784 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()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | archive.h | 292 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function 293 { return this->input_file_->file().get_view(0, start, size, aligned, cache); } in get_view()
|
| H A D | plugin.cc | 108 get_view(const void *handle, const void **viewp); 289 tv[i].tv_u.tv_get_view = get_view; in load() 1125 Plugin_manager::get_view(unsigned int handle, const void **viewp) in get_view() function in gold::Plugin_manager 1150 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false, in get_view() 1853 get_view(const void *handle, const void **viewp) in get_view() function 1858 return parameters->options().plugins()->get_view(obj_index, viewp); in get_view()
|
| H A D | nacl.h | 63 : data_(file.get_view(file_offset, 0, data_size, true, false)) in View()
|
| H A D | archive.cc | 248 const unsigned char* p = this->get_view(off + sizeof(Archive_header), in setup() 291 const unsigned char* p = this->get_view(start, size, true, false); in read_armap() 340 const unsigned char* p = this->get_view(off, sizeof(Archive_header), true, in read_header()
|
| H A D | reloc.cc | 274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_read_relocs() 594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(), in do_relocate() 951 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(), in relocate_section_range() 1406 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in find_functions()
|
| H A D | object.h | 746 { return View(this->get_view(file_offset, data_size, true, true)); } in view() 765 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); } in view() 769 get_view(off_t start, section_size_type size, bool aligned, bool cache) in get_view() function 771 return this->input_file()->file().get_view(this->offset_, start, size, in get_view() 2501 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
|
| H A D | fileread.h | 153 get_view(off_t offset, off_t start, section_size_type size, bool aligned,
|
| H A D | binary.cc | 145 fileview = f.get_view(0, 0, filesize, false, false); in sized_convert()
|
| H A D | object.cc | 124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false); in read_symtab_xindex() 972 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(), in include_section_group() 1002 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group() 2304 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in do_count_local_symbols() 2777 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(), in write_local_symbols() 3456 const unsigned char* p = input_file->file().get_view(offset, 0, want, in is_elf_object()
|
| H A D | dwp.cc | 784 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 121 static ld_plugin_get_view get_view = nullptr; variable 432 get_view = tv->tv_u.tv_get_view; in onload() 517 if (get_view) { in claim_file_hook() 519 if (get_view(file->handle, &view) != LDPS_OK) { in claim_file_hook() 683 if (get_view(F.handle, &View) != LDPS_OK) in getSymbolsAndView()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | plugin.c | 544 get_view (const void *handle, const void **viewp) in get_view() function 1049 TVU(get_view) = get_view; in set_tv_header()
|
| H A D | ChangeLog-2015 | 990 (get_view): Use plugin_pagesize. Set use_mmap if mmap is used. 997 * plugin.c (get_view): Align offset passed to mmap. 1044 (get_view): Try mmap and cache the view buffer. 1059 (get_view): Likewise. 1092 (get_view): New function.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | plugin.c | 531 get_view (const void *handle, const void **viewp) in get_view() function 1033 TVU(get_view) = get_view; in set_tv_header()
|
| H A D | ChangeLog-2015 | 990 (get_view): Use plugin_pagesize. Set use_mmap if mmap is used. 997 * plugin.c (get_view): Align offset passed to mmap. 1044 (get_view): Try mmap and cache the view buffer. 1059 (get_view): Likewise. 1092 (get_view): New function.
|