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

/haiku-buildtools/binutils/gold/
H A Darchive.h292 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Archive
293 { return this->input_file_->file().get_view(0, start, size, aligned, cache); }
H A Dfileread.h150 // get_view, read, or get_lasting_view which retrieve the same
153 get_view(off_t offset, off_t start, section_size_type size, bool aligned,
166 // ALIGNED and CACHE parameters are as in get_view.
H A Dnacl.h63 : data_(file.get_view(file_offset, 0, data_size, true, false))
H A Dplugin.cc103 get_view(const void *handle, const void **viewp);
277 tv[i].tv_u.tv_get_view = get_view;
824 Plugin_manager::get_view(unsigned int handle, const void **viewp) function in class:gold::Plugin_manager
849 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false,
1529 get_view(const void *handle, const void **viewp) function in namespace:gold
1534 return parameters->options().plugins()->get_view(obj_index, viewp);
H A Dplugin.h262 get_view(unsigned int handle, const void **viewp);
H A Dbinary.cc145 fileview = f.get_view(0, 0, filesize, false, false);
H A Darchive.cc255 const unsigned char* p = this->get_view(off + sizeof(Archive_header),
298 const unsigned char* p = this->get_view(start, size, true, false);
347 const unsigned char* p = this->get_view(off, sizeof(Archive_header), true,
H A Dobject.h551 // size. CACHE is a hint as in File_read::get_view.
681 // method, data(). This is trivial, because get_view does what we
701 { return View(this->get_view(file_offset, data_size, true, true)); }
720 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
724 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Object
726 return this->input_file()->file().get_view(this->offset_, start, size,
2457 return this->get_view(loc.file_offset, *plen, true, cache);
H A Dobject.cc124 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
970 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(),
1000 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
2180 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
2642 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
3198 const unsigned char* p = input_file->file().get_view(offset, 0, want,
H A Dreloc.cc274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
951 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(),
1406 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
H A Ddwp.cc784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size,
796 const unsigned char* namesu = this->get_view(shdrnames.get_sh_offset(),
824 return this->get_view(loc.file_offset, *plen, true, cache);
1043 input_file->file().get_view(0, 0, hdrsize, true, false);
H A Ddynobj.h232 return this->get_view(loc.file_offset, *plen, true, cache);
H A Darm.cc6386 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(),
6424 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(),
6516 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
6536 reinterpret_cast<const char*>(this->get_view(strtabshdr.get_sh_offset(),
6783 this->get_view(shdr.get_sh_offset(), shdr.get_sh_size(), true, false);
6915 const unsigned char* pehdr = this->get_view(elfcpp::file_header_offset,
6955 this->get_view(section_offset, section_size, true, false);
7028 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
7071 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(),
7122 const unsigned char* psyms = this->get_view(symtabshd
[all...]
H A Ddynobj.cc259 const unsigned char* pdynamic = this->get_view(dynamicshdr.get_sh_offset(),
281 strtabu = this->get_view(strtabshdr.get_sh_offset(), strtab_size, false,
H A Dfileread.cc615 File_read::get_view(off_t offset, off_t start, section_size_type size, function in class:gold::File_read
H A Dmips.cc6710 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
6737 const unsigned char* pehdr = this->get_view(elfcpp::file_header_offset,
6769 this->get_view(section_offset, section_size, true, false);
6788 this->get_view(section_offset, section_size, true, false);
6800 this->get_view(section_offset, section_size, true, false);
6861 this->get_view(section_offset, section_size, true, false);
H A Daarch64.cc1901 const unsigned char* psyms = this->get_view(symtabshdr.get_sh_offset(),
1922 reinterpret_cast<const char*>(this->get_view(strtabshdr.get_sh_offset(),
2308 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(),
2352 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(),
H A Dpowerpc.cc2103 const unsigned char* psyms = this->get_view(shdr.get_sh_offset(),
2186 opd = this->get_view(shdr.get_sh_offset(), opd_size,
/haiku-buildtools/binutils/ld/
H A Dplugin.c528 get_view (const void *handle, const void **viewp) function
934 TVU(get_view) = get_view;

Completed in 417 milliseconds