/toolchain/binutils/binutils-2.25/gold/ |
D | ehframe.cc | 147 unsigned char* const oview = of->get_output_view(off, oview_size); in do_sized_write() local 150 oview[0] = 1; in do_sized_write() 154 oview[1] = elfcpp::DW_EH_PE_pcrel | elfcpp::DW_EH_PE_sdata4; in do_sized_write() 159 elfcpp::Swap<32, big_endian>::writeval(oview + 4, eh_frame_offset); in do_sized_write() 167 oview[2] = elfcpp::DW_EH_PE_omit; in do_sized_write() 168 oview[3] = elfcpp::DW_EH_PE_omit; in do_sized_write() 174 oview[2] = elfcpp::DW_EH_PE_udata4; in do_sized_write() 175 oview[3] = elfcpp::DW_EH_PE_datarel | elfcpp::DW_EH_PE_sdata4; in do_sized_write() 177 elfcpp::Swap<32, big_endian>::writeval(oview + 8, in do_sized_write() 197 unsigned char* pfde = oview + 12; in do_sized_write() [all …]
|
D | gdb-index.cc | 1227 unsigned char* const oview = of->get_output_view(off, oview_size); in do_write() local 1228 unsigned char* pov = oview; in do_write() 1250 gold_assert(pov - oview == gdb_index_hdr_size); in do_write() 1262 gold_assert(pov - oview == this->tu_offset_); in do_write() 1274 gold_assert(pov - oview == this->addr_offset_); in do_write() 1304 gold_assert(pov - oview == this->symtab_offset_); in do_write() 1323 gold_assert(pov - oview == this->cu_pool_offset_); in do_write() 1343 gold_assert(pov - oview == this->stringpool_offset_); in do_write() 1348 of->write_output_view(off, oview_size, oview); in do_write()
|
D | incremental.cc | 89 write_input_files(unsigned char* oview, unsigned char* pov, 94 write_info_blocks(unsigned char* oview, unsigned char* pov, 1400 unsigned char* const oview = of->get_output_view(off, oview_size); in do_write() local 1401 unsigned char* pov = oview; in do_write() 1425 pov = this->write_input_files(oview, pov, strtab); in do_write() 1428 pov = this->write_info_blocks(oview, pov, strtab, global_syms, in do_write() 1431 gold_assert(pov - oview == oview_size); in do_write() 1446 of->write_output_view(off, oview_size, oview); in do_write() 1474 unsigned char* oview, in write_input_files() argument 1485 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset()); in write_input_files() [all …]
|
D | output.cc | 1264 unsigned char* const oview = of->get_output_view(off, oview_size); in do_write() local 1273 unsigned char* pov = oview; in do_write() 1282 gold_assert(pov - oview == oview_size); in do_write() 1284 of->write_output_view(off, oview_size, oview); in do_write() 1325 unsigned char* const oview = of->get_output_view(off, oview_size); in do_write() local 1327 elfcpp::Elf_Word* contents = reinterpret_cast<elfcpp::Elf_Word*>(oview); in do_write() 1351 size_t wrote = reinterpret_cast<unsigned char*>(contents) - oview; in do_write() 1354 of->write_output_view(off, oview_size, oview); in do_write() 1675 unsigned char* const oview = of->get_output_view(off, oview_size); in do_write() local 1677 unsigned char* pov = oview; in do_write() [all …]
|
D | ehframe.h | 214 write(unsigned char* oview, section_offset_type output_section_offset, 320 write(unsigned char* oview, section_offset_type output_section_offset, 505 do_sized_write(unsigned char* oview);
|
D | attributes.cc | 449 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 454 memcpy(oview, &buffer.front(), buffer.size()); in do_write() 455 of->write_output_view(this->offset(), oview_size, oview); in do_write()
|
D | target.h | 254 plt_fde_location(const Output_data* plt, unsigned char* oview, in plt_fde_location() argument 256 { return this->do_plt_fde_location(plt, oview, address, len); } in plt_fde_location() 593 do_plt_fde_location(const Output_data* plt, unsigned char* oview,
|
D | powerpc.cc | 814 write_branch_lookup_table(unsigned char *oview) in write_branch_lookup_table() argument 821 elfcpp::Swap<size, big_endian>::writeval(oview + p->second, p->first); in write_branch_lookup_table() 2960 unsigned char* oview, in do_plt_fde_location() argument 2996 if (oview[9] == elfcpp::DW_CFA_nop) in do_plt_fde_location() 3248 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 3249 unsigned char* pov = oview; in do_write() 3250 unsigned char* endpov = oview + oview_size; in do_write() 3264 of->write_output_view(offset, oview_size, oview); in do_write() 3454 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 3456 this->targ_->write_branch_lookup_table(oview); in do_write() [all …]
|
D | mips.cc | 5631 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 5634 this->got_view_ = oview; in do_write() 5646 oview + this->get_primary_got_offset(mips_sym)); in do_write() 5666 oview + mips_sym->got_offset(GOT_TYPE_STANDARD)); in do_write() 5697 oview + this->get_primary_got_offset(gsym)); in do_write() 5700 Valtype* wv_sec = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() 5712 of->write_output_view(offset, oview_size, oview); in do_write() 5776 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() 5801 of->write_output_view(offset, oview_size, oview); in do_write() 6105 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local [all …]
|
D | arm.cc | 5031 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 5043 stub->write(oview + stub->offset(), stub->stub_template()->size(), in do_write() 5057 stub->write(oview + stub->offset(), stub->stub_template()->size(), in do_write() 5073 (*p)->write(oview + (*p)->offset(), (*p)->stub_template()->size(), in do_write() 5081 unsigned char* p_padding_area = oview + this->prev_data_size_; in do_write() 5086 of->write_output_view(this->offset(), oview_size, oview); in do_write() 5369 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_fixed_endian_write() local 5410 elfcpp::Swap_unaligned<32, big_endian>::writeval(oview, in do_fixed_endian_write() 5412 elfcpp::Swap_unaligned<32, big_endian>::writeval(oview + 4, in do_fixed_endian_write() 5415 of->write_output_view(this->offset(), oview_size, oview); in do_fixed_endian_write() [all …]
|
D | object.cc | 2586 unsigned char* oview = NULL; in write_local_symbols() local 2588 oview = of->get_output_view(symtab_off + this->local_symbol_offset_, in write_local_symbols() 2601 unsigned char* ov = oview; in write_local_symbols() 2668 gold_assert(ov - oview == output_size); in write_local_symbols() 2670 output_size, oview); in write_local_symbols()
|
D | aarch64.cc | 477 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 547 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write() 563 of->write_output_view(offset, oview_size, oview); in do_write() 1677 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 1687 stub->write(oview + stub->offset(), stub->stub_size()); in do_write() 1697 stub->write(oview + erratum_stub_start_offset + stub->offset(), in do_write() 1701 of->write_output_view(this->offset(), oview_size, oview); in do_write() 4883 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 4895 unsigned char* pov = oview; in do_write() 4942 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write() [all …]
|
D | sparc.cc | 1661 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 1662 unsigned char* pov = oview; in do_write() 1724 (elfcpp::Elf_Xword) (oview - (pov + 0x04))); in do_write() 1755 (elfcpp::Elf_Xword) (oview - (pov + 0x04))); in do_write() 1783 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write() 1785 of->write_output_view(offset, oview_size, oview); in do_write()
|
D | i386.cc | 1381 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 1394 unsigned char* pov = oview; in do_write() 1460 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write() 1463 of->write_output_view(offset, oview_size, oview); in do_write()
|
D | tilegx.cc | 2450 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 2462 unsigned char* pov = oview; in do_write() 2500 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write() 2503 of->write_output_view(offset, oview_size, oview); in do_write()
|
D | x86_64.cc | 1641 unsigned char* const oview = of->get_output_view(offset, oview_size); in do_write() local 1653 unsigned char* pov = oview; in do_write() 1703 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write() 1706 of->write_output_view(offset, oview_size, oview); in do_write()
|