HomeSort by relevance Sort by last modified time
    Searched refs:get_view (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
nacl.h 63 : data_(file.get_view(0, file_offset, data_size, true, false))
archive.h 289 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Archive
290 { return this->input_file_->file().get_view(0, start, size, aligned, cache); }
plugin.cc 103 get_view(const void *handle, const void **viewp);
265 tv[i].tv_u.tv_get_view = get_view;
800 Plugin_manager::get_view(unsigned int handle, const void **viewp) function in class:gold::Plugin_manager
825 *viewp = (void*) input_file->file().get_view(offset, 0, filesize, false,
1503 get_view(const void *handle, const void **viewp) function in namespace:gold
    [all...]
fileread.h 150 // 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.
object.h 492 // size. CACHE is a hint as in File_read::get_view.
622 // method, data(). This is trivial, because get_view does what we
642 { return View(this->get_view(file_offset, data_size, true, true)); }
661 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
665 get_view(off_t start, section_size_type size, bool aligned, bool cache) function in class:gold::Object
667 return this->input_file()->file().get_view(this->offset_, start, size,
    [all...]
binary.cc 139 fileview = f.get_view(0, 0, filesize, false, false);
dynobj.h 222 return this->get_view(loc.file_offset, *plen, true, cache);
plugin.h 262 get_view(unsigned int handle, const void **viewp);
archive.cc 244 const unsigned char* p = this->get_view(off + sizeof(Archive_header),
286 const unsigned char* p = this->get_view(start, size, true, false);
332 const unsigned char* p = this->get_view(off, sizeof(Archive_header), true,
    [all...]
object.cc 123 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
906 const unsigned char* pcon = this->get_view(shdr.get_sh_offset(),
936 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
    [all...]
dwp.cc 784 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);
    [all...]
reloc.cc 274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
651 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
965 const unsigned char* prelocs = this->get_view(shdr.get_sh_offset(),
    [all...]
arm.cc     [all...]
dynobj.cc 259 const unsigned char* pdynamic = this->get_view(dynamicshdr.get_sh_offset(),
281 strtabu = this->get_view(strtabshdr.get_sh_offset(), strtab_size, false,
    [all...]
fileread.cc 615 File_read::get_view(off_t offset, off_t start, section_size_type size, function in class:gold::File_read
aarch64.cc     [all...]
mips.cc     [all...]
powerpc.cc     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 108 static ld_plugin_get_view get_view = nullptr; variable
281 get_view = tv->tv_u.tv_get_view;
384 if (get_view) {
386 if (get_view(file->handle, &view) != LDPS_OK) {
571 if (get_view(F.handle, &View) != LDPS_OK)
605 if (get_view(F.handle, &View) != LDPS_OK)

Completed in 231 milliseconds