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

  /toolchain/binutils/binutils-2.27/gold/
reduced_debug_output.cc 227 unsigned char* view = of->get_output_view(offset, data_size);
367 unsigned char* view = of->get_output_view(offset, data_size);
compressed_output.cc 330 unsigned char* view = of->get_output_view(offset, data_size);
attributes.cc 449 unsigned char* const oview = of->get_output_view(offset, oview_size);
incremental.cc 801 unsigned char* const view = of->get_output_view(section_offset,
    [all...]
output.cc 270 unsigned char* view = of->get_output_view(this->offset(), all_shdrs_size);
403 unsigned char* view = of->get_output_view(this->offset(),
502 unsigned char* view = of->get_output_view(0, ehdr_size);
    [all...]
stringpool.cc 501 unsigned char* view = of->get_output_view(offset, this->strtab_size_);
ehframe.cc 147 unsigned char* const oview = of->get_output_view(off, oview_size);
    [all...]
reloc.cc 611 // Make the views available through get_output_view() for the duration
724 pvs->view = of->get_output_view(pvs->offset, pvs->view_size);
813 view = of->get_output_view(view_start, view_size);
    [all...]
output.h 108 get_output_view(off_t start, size_t size) function in class:gold::Output_file
115 // VIEW must have been returned by get_output_view. Write the
125 { return this->get_output_view(start, size); }
136 { return this->get_output_view(start, size); }
    [all...]
gdb-index.cc     [all...]
s390.cc     [all...]
object.cc     [all...]
i386.cc     [all...]
symtab.cc     [all...]
x86_64.cc     [all...]
mips.cc     [all...]
arm.cc     [all...]
powerpc.cc     [all...]
aarch64.cc 481 unsigned char* const oview = of->get_output_view(offset, oview_size);
    [all...]
object.h 849 get_output_view(unsigned int shndx, section_size_type* plen) const function in class:gold::Object
    [all...]
tilegx.cc     [all...]
layout.cc     [all...]
script-sections.cc 1055 unsigned char* view = of->get_output_view(this->offset(), this->data_size());
    [all...]
sparc.cc     [all...]

Completed in 326 milliseconds