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

  /toolchain/binutils/binutils-2.25/gold/
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); }
fileread.cc 615 File_read::get_view(off_t offset, off_t start, section_size_type size, function in class:gold::File_read
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...]
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...]
  /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 179 milliseconds