/toolchain/binutils/binutils-2.25/gold/ |
D | incremental.cc | 84 write_header(unsigned char* pov, unsigned int input_file_count, 89 write_input_files(unsigned char* oview, unsigned char* pov, 94 write_info_blocks(unsigned char* oview, unsigned char* pov, 100 write_symtab(unsigned char* pov, unsigned int* global_syms, 105 write_got_plt(unsigned char* pov, off_t view_size); 1401 unsigned char* pov = oview; in do_write() local 1421 pov = this->write_header(pov, inputs->input_file_count(), 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() [all …]
|
D | gdb-index.cc | 1228 unsigned char* pov = oview; in do_write() local 1232 elfcpp::Swap<32, false>::writeval(pov, gdb_index_version); in do_write() 1233 pov += 4; in do_write() 1235 elfcpp::Swap<32, false>::writeval(pov, gdb_index_hdr_size); in do_write() 1236 pov += 4; in do_write() 1238 elfcpp::Swap<32, false>::writeval(pov, this->tu_offset_); in do_write() 1239 pov += 4; in do_write() 1241 elfcpp::Swap<32, false>::writeval(pov, this->addr_offset_); in do_write() 1242 pov += 4; in do_write() 1244 elfcpp::Swap<32, false>::writeval(pov, this->symtab_offset_); in do_write() [all …]
|
D | i386.cc | 149 fill_first_plt_entry(unsigned char* pov, in fill_first_plt_entry() argument 151 { this->do_fill_first_plt_entry(pov, got_address); } in fill_first_plt_entry() 160 fill_plt_entry(unsigned char* pov, in fill_plt_entry() argument 166 return this->do_fill_plt_entry(pov, got_address, got_offset, in fill_plt_entry() 174 do_fill_first_plt_entry(unsigned char* pov, 178 do_fill_plt_entry(unsigned char* pov, 300 do_fill_first_plt_entry(unsigned char* pov, 304 do_fill_plt_entry(unsigned char* pov, 331 do_fill_first_plt_entry(unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr); 334 do_fill_plt_entry(unsigned char* pov, [all …]
|
D | output.cc | 1115 unsigned char* pov) const in write() 1117 elfcpp::Rel_write<size, big_endian> orel(pov); in write() 1212 unsigned char* pov) const in write() 1214 elfcpp::Rela_write<size, big_endian> orel(pov); in write() 1273 unsigned char* pov = oview; in do_write() local 1278 p->write(pov); in do_write() 1279 pov += reloc_size; in do_write() 1282 gold_assert(pov - oview == oview_size); in do_write() 1368 unsigned char* pov) const in write() 1450 elfcpp::Swap<got_size, big_endian>::writeval(pov, val); in write() [all …]
|
D | x86_64.cc | 221 fill_first_plt_entry(unsigned char* pov, in fill_first_plt_entry() argument 224 { this->do_fill_first_plt_entry(pov, got_address, plt_address); } in fill_first_plt_entry() 229 fill_plt_entry(unsigned char* pov, in fill_plt_entry() argument 236 return this->do_fill_plt_entry(pov, got_address, plt_address, in fill_plt_entry() 242 fill_tlsdesc_entry(unsigned char* pov, in fill_tlsdesc_entry() argument 249 this->do_fill_tlsdesc_entry(pov, got_address, plt_address, got_base, in fill_tlsdesc_entry() 257 do_fill_first_plt_entry(unsigned char* pov, 263 do_fill_plt_entry(unsigned char* pov, 271 do_fill_tlsdesc_entry(unsigned char* pov, 366 do_fill_first_plt_entry(unsigned char* pov, [all …]
|
D | sparc.cc | 1662 unsigned char* pov = oview; in do_write() local 1664 memset(pov, 0, base_plt_entry_size * 4); in do_write() 1665 pov += this->first_plt_entry_offset(); in do_write() 1678 elfcpp::Swap<32, true>::writeval(pov + 0x00, in do_write() 1680 elfcpp::Swap<32, true>::writeval(pov + 0x04, in do_write() 1685 elfcpp::Swap<32, true>::writeval(pov + 0x08, sparc_nop); in do_write() 1686 elfcpp::Swap<32, true>::writeval(pov + 0x0c, sparc_nop); in do_write() 1687 elfcpp::Swap<32, true>::writeval(pov + 0x10, sparc_nop); in do_write() 1688 elfcpp::Swap<32, true>::writeval(pov + 0x14, sparc_nop); in do_write() 1689 elfcpp::Swap<32, true>::writeval(pov + 0x18, sparc_nop); in do_write() [all …]
|
D | mips.cc | 6113 unsigned char* pov = oview + sym->la25_stub_offset(); in do_write() local 6118 elfcpp::Swap<32, big_endian>::writeval(pov, in do_write() 6120 elfcpp::Swap<32, big_endian>::writeval(pov + 4, in do_write() 6122 elfcpp::Swap<32, big_endian>::writeval(pov + 8, in do_write() 6124 elfcpp::Swap<32, big_endian>::writeval(pov + 12, la25_stub_entry[3]); in do_write() 6130 elfcpp::Swap<16, big_endian>::writeval(pov, in do_write() 6132 elfcpp::Swap<16, big_endian>::writeval(pov + 2, in do_write() 6136 elfcpp::Swap<16, big_endian>::writeval(pov + 4, in do_write() 6138 elfcpp::Swap<16, big_endian>::writeval(pov + 6, in do_write() 6141 elfcpp::Swap<16, big_endian>::writeval(pov + 8, in do_write() [all …]
|
D | aarch64.cc | 4178 fill_first_plt_entry(unsigned char* pov, in fill_first_plt_entry() argument 4181 { this->do_fill_first_plt_entry(pov, got_address, plt_address); } in fill_first_plt_entry() 4185 fill_plt_entry(unsigned char* pov, in fill_plt_entry() argument 4191 this->do_fill_plt_entry(pov, got_address, plt_address, in fill_plt_entry() 4197 fill_tlsdesc_entry(unsigned char* pov, in fill_tlsdesc_entry() argument 4204 this->do_fill_tlsdesc_entry(pov, gotplt_address, plt_address, got_base, in fill_tlsdesc_entry() 4218 do_fill_first_plt_entry(unsigned char* pov, 4223 do_fill_plt_entry(unsigned char* pov, 4230 do_fill_tlsdesc_entry(unsigned char* pov, 4545 do_fill_first_plt_entry(unsigned char* pov, [all …]
|
D | arm.cc | 4460 unsigned char* pov = view; in do_fixed_endian_write() local 4466 elfcpp::Swap<16, big_endian>::writeval(pov, insns[i].data() & 0xffff); in do_fixed_endian_write() 4470 pov, in do_fixed_endian_write() 4477 elfcpp::Swap<16, big_endian>::writeval(pov, hi); in do_fixed_endian_write() 4478 elfcpp::Swap<16, big_endian>::writeval(pov + 2, lo); in do_fixed_endian_write() 4483 elfcpp::Swap<32, big_endian>::writeval(pov, insns[i].data()); in do_fixed_endian_write() 4488 pov += insns[i].size(); in do_fixed_endian_write() 4490 gold_assert(static_cast<section_size_type>(pov - view) == view_size); in do_fixed_endian_write() 7459 fill_first_plt_entry(unsigned char* pov, in fill_first_plt_entry() argument 7462 { this->do_fill_first_plt_entry(pov, got_address, plt_address); } in fill_first_plt_entry() [all …]
|
D | tilegx.cc | 2297 unsigned char* pov) in fill_first_plt_entry() argument 2299 memcpy(pov, first_plt_entry, plt_entry_size); in fill_first_plt_entry() 2373 unsigned char* pov, in fill_plt_entry() argument 2386 memcpy(pov, plt_entry, plt_entry_size); in fill_plt_entry() 2389 Valtype* wv = reinterpret_cast<Valtype*>(pov); in fill_plt_entry() 2401 wv = reinterpret_cast<Valtype*>(pov + 8); in fill_plt_entry() 2411 wv = reinterpret_cast<Valtype*>(pov + 8); in fill_plt_entry() 2421 wv = reinterpret_cast<Valtype*>(pov + 16); in fill_plt_entry() 2431 wv = reinterpret_cast<Valtype*>(pov + 32); in fill_plt_entry() 2462 unsigned char* pov = oview; in do_write() local [all …]
|
D | reloc.cc | 1153 unsigned char* pov = view + reloc_index * incr_reloc_size; in incremental_relocs_write_reltype() local 1154 elfcpp::Swap<32, big_endian>::writeval(pov, r_type); in incremental_relocs_write_reltype() 1155 elfcpp::Swap<32, big_endian>::writeval(pov + 4, out_shndx); in incremental_relocs_write_reltype() 1156 elfcpp::Swap<size, big_endian>::writeval(pov + 8, offset); in incremental_relocs_write_reltype() 1157 elfcpp::Swap<size, big_endian>::writeval(pov + 8 + sizeof_addr, addend); in incremental_relocs_write_reltype() 1158 of->write_output_view(pov - view, incr_reloc_size, view); in incremental_relocs_write_reltype()
|
D | output.h | 1146 write(unsigned char* pov) const; 1366 write(unsigned char* pov) const; 2479 write(unsigned int got_indx, unsigned char* pov) const; 2673 write(unsigned char* pov, const Stringpool*) const;
|
D | symtab.cc | 3192 unsigned char* pov = of->get_output_view(offset, sym_size); in sized_write_section_symbol() local 3194 elfcpp::Sym_write<size, big_endian> osym(pov); in sized_write_section_symbol() 3213 of->write_output_view(offset, sym_size, pov); in sized_write_section_symbol()
|
D | powerpc.cc | 3249 unsigned char* pov = oview; in do_write() local 3257 while (pov < endpov) in do_write() 3259 elfcpp::Swap<32, big_endian>::writeval(pov, branch_tab); in do_write() 3260 pov += 4; in do_write()
|