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

  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 447 const section_size_type oview_size = local
449 unsigned char* const oview = of->get_output_view(offset, oview_size);
453 gold_assert(convert_to_section_size_type(buffer.size()) == oview_size);
455 of->write_output_view(this->offset(), oview_size, oview);
ehframe.cc 146 const off_t oview_size = this->data_size(); local
147 unsigned char* const oview = of->get_output_view(off, oview_size);
170 gold_assert(oview_size == 8);
209 gold_assert(pfde - oview == oview_size);
212 of->write_output_view(off, oview_size, oview);
1180 const off_t oview_size = this->data_size(); local
    [all...]
output.cc 1263 const off_t oview_size = this->data_size(); local
1323 const section_size_type oview_size = local
1674 const off_t oview_size = this->data_size(); local
1892 const off_t oview_size = this->data_size(); local
1918 const off_t oview_size = this->data_size(); local
    [all...]
gdb-index.cc 1226 const off_t oview_size = this->data_size(); local
    [all...]
powerpc.cc 3246 const section_size_type oview_size local
3452 const section_size_type oview_size local
4242 const section_size_type oview_size = local
4558 const section_size_type oview_size = local
5071 const section_size_type oview_size = local
    [all...]
arm.cc     [all...]
mips.cc 5629 const section_size_type oview_size = local
6103 const section_size_type oview_size = local
6396 const section_size_type oview_size = local
6938 const section_size_type oview_size = local
    [all...]
incremental.cc 1399 const off_t oview_size = this->data_size(); local
    [all...]
aarch64.cc 475 const section_size_type oview_size = local
477 unsigned char* const oview = of->get_output_view(offset, oview_size);
544 gold_assert(got_offset < oview_size);
563 of->write_output_view(offset, oview_size, oview);
1675 const section_size_type oview_size = local
4891 const section_size_type oview_size = local
    [all...]
i386.cc 1379 const section_size_type oview_size = local
    [all...]
sparc.cc 1659 const section_size_type oview_size = local
    [all...]
tilegx.cc 2448 const section_size_type oview_size = local
    [all...]
x86_64.cc 1639 const section_size_type oview_size = local
    [all...]
symtab.cc 2878 const section_size_type oview_size = output_count * sym_size; local
    [all...]

Completed in 1293 milliseconds