Searched refs:pov (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr45679-1_0.C16 namespace pov { namespace
18 using namespace pov;
19 namespace pov { namespace
H A Dpr45679-2_0.C20 namespace pov { namespace
107 using namespace pov;
108 namespace pov { namespace
/haiku-buildtools/binutils/gold/
H A Dgdb-index.cc1228 unsigned char* pov = oview; local
1232 elfcpp::Swap<32, false>::writeval(pov, gdb_index_version);
1233 pov += 4;
1235 elfcpp::Swap<32, false>::writeval(pov, gdb_index_hdr_size);
1236 pov += 4;
1238 elfcpp::Swap<32, false>::writeval(pov, this->tu_offset_);
1239 pov += 4;
1241 elfcpp::Swap<32, false>::writeval(pov, this->addr_offset_);
1242 pov += 4;
1244 elfcpp::Swap<32, false>::writeval(pov, thi
[all...]
H A Dincremental.cc84 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; local
1421 pov = this->write_header(pov, inputs->input_file_count(),
1425 pov = this->write_input_files(oview, pov, strta
1456 write_header( unsigned char* pov, unsigned int input_file_count, section_offset_type command_line_offset) argument
1473 write_input_files( unsigned char* oview, unsigned char* pov, Stringpool* strtab) argument
1510 write_info_blocks( unsigned char* oview, unsigned char* pov, Stringpool* strtab, unsigned int* global_syms, unsigned int global_sym_count) argument
1790 write_symtab( unsigned char* pov, unsigned int* global_syms, unsigned int global_sym_count) argument
[all...]
H A Dx86_64.cc240 fill_first_plt_entry(unsigned char* pov, argument
243 { this->do_fill_first_plt_entry(pov, got_address, plt_address); }
248 fill_plt_entry(unsigned char* pov, argument
255 return this->do_fill_plt_entry(pov, got_address, plt_address,
261 fill_tlsdesc_entry(unsigned char* pov, argument
268 this->do_fill_tlsdesc_entry(pov, got_address, plt_address, got_base,
276 do_fill_first_plt_entry(unsigned char* pov,
282 do_fill_plt_entry(unsigned char* pov,
290 do_fill_tlsdesc_entry(unsigned char* pov,
393 do_fill_first_plt_entry(unsigned char* pov,
1712 do_fill_first_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address) argument
1744 do_fill_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_index) argument
1788 do_fill_tlsdesc_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address, typename elfcpp::Elf_types<size>::Elf_Addr got_base, unsigned int tlsdesc_got_offset, unsigned int plt_offset) argument
1871 do_fill_first_plt_entry( unsigned char* pov, elfcpp::Elf_types<64>::Elf_Addr got_address, elfcpp::Elf_types<64>::Elf_Addr plt_address) argument
1911 do_fill_plt_entry( unsigned char* pov, elfcpp::Elf_types<64>::Elf_Addr, elfcpp::Elf_types<64>::Elf_Addr, unsigned int, unsigned int plt_offset, unsigned int plt_index) argument
1926 fill_aplt_entry( unsigned char* pov, elfcpp::Elf_types<64>::Elf_Addr got_address, elfcpp::Elf_types<64>::Elf_Addr plt_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_index) argument
1960 do_fill_tlsdesc_entry( unsigned char* pov, elfcpp::Elf_types<64>::Elf_Addr got_address, elfcpp::Elf_types<64>::Elf_Addr plt_address, elfcpp::Elf_types<64>::Elf_Addr got_base, unsigned int tlsdesc_got_offset, unsigned int plt_offset) argument
2080 unsigned char* pov = oview; local
2161 unsigned char* pov = oview; local
5577 do_fill_first_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address) argument
5621 do_fill_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_index) argument
5667 do_fill_tlsdesc_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address, typename elfcpp::Elf_types<size>::Elf_Addr got_base, unsigned int tlsdesc_got_offset, unsigned int plt_offset) argument
[all...]
H A Doutput.cc1115 unsigned char* pov) const
1117 elfcpp::Rel_write<size, big_endian> orel(pov);
1212 unsigned char* pov) const
1214 elfcpp::Rela_write<size, big_endian> orel(pov);
1264 write(typename Relocs::const_iterator p, unsigned char* pov) argument
1265 { p->write(pov); }
1357 unsigned char* pov) const
1439 elfcpp::Swap<got_size, big_endian>::writeval(pov, val);
1734 unsigned char* pov = oview; local
1737 this->entries_[i].write(i, pov);
1827 write( unsigned char* pov, const Stringpool* pool) const argument
1973 unsigned char* pov = oview; local
2054 unsigned char* pov = oview; local
2111 unsigned char* pov = oview; local
[all...]
H A Di386.cc149 fill_first_plt_entry(unsigned char* pov, argument
151 { this->do_fill_first_plt_entry(pov, got_address); }
160 fill_plt_entry(unsigned char* pov, argument
166 return this->do_fill_plt_entry(pov, got_address, got_offset,
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,
1269 do_fill_first_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr got_address) argument
1288 do_fill_first_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr) argument
1308 do_fill_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr got_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_rel_offset) argument
1336 do_fill_plt_entry(unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_rel_offset) argument
1420 unsigned char* pov = oview; local
4230 do_fill_first_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr got_address) argument
4261 do_fill_first_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr) argument
4296 do_fill_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr got_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_rel_offset) argument
4339 do_fill_plt_entry( unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_rel_offset) argument
[all...]
H A Dsparc.cc1677 unsigned char* pov = oview; local
1679 memset(pov, 0, base_plt_entry_size * 4);
1680 pov += this->first_plt_entry_offset();
1693 elfcpp::Swap<32, true>::writeval(pov + 0x00,
1695 elfcpp::Swap<32, true>::writeval(pov + 0x04,
1700 elfcpp::Swap<32, true>::writeval(pov + 0x08, sparc_nop);
1701 elfcpp::Swap<32, true>::writeval(pov + 0x0c, sparc_nop);
1702 elfcpp::Swap<32, true>::writeval(pov + 0x10, sparc_nop);
1703 elfcpp::Swap<32, true>::writeval(pov + 0x14, sparc_nop);
1704 elfcpp::Swap<32, true>::writeval(pov
[all...]
H A Dmips.cc2402 write(typename Relocs::const_iterator p, unsigned char* pov) argument
2403 { p->write(pov); }
2413 write(typename Relocs::const_iterator p, unsigned char* pov) argument
2415 elfcpp::Mips64_rel_write<big_endian> orel(pov);
7120 unsigned char* pov = oview + sym->la25_stub_offset(); local
7125 elfcpp::Swap<32, big_endian>::writeval(pov,
7127 elfcpp::Swap<32, big_endian>::writeval(pov + 4,
7129 elfcpp::Swap<32, big_endian>::writeval(pov + 8,
7131 elfcpp::Swap<32, big_endian>::writeval(pov + 12, la25_stub_entry[3]);
7137 elfcpp::Swap<16, big_endian>::writeval(pov,
7422 unsigned char* pov = oview; local
7964 unsigned char* pov = oview; local
[all...]
H A Ds390.cc196 fill_first_plt_entry(unsigned char* pov,
203 fill_plt_entry(unsigned char* pov,
1286 unsigned char* pov,
1292 memcpy(pov, first_plt_entry_64, plt_entry_size);
1293 S390_relocate_functions<size>::pcrela32dbl(pov + 8, got_address, (plt_address + 6));
1297 memcpy(pov, first_plt_entry_32_abs, plt_entry_size);
1298 elfcpp::Swap<32, true>::writeval(pov + 24, got_address);
1302 memcpy(pov, first_plt_entry_32_pic, plt_entry_size);
1396 unsigned char* pov,
1405 memcpy(pov, plt_entry_6
1285 fill_first_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address) argument
1395 fill_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr got_address, typename elfcpp::Elf_types<size>::Elf_Addr plt_address, unsigned int got_offset, unsigned int plt_offset, unsigned int plt_rel_offset) argument
1531 unsigned char* pov = oview; local
[all...]
H A Darm.cc4521 unsigned char* pov = view;
4527 elfcpp::Swap<16, big_endian>::writeval(pov, insns[i].data() & 0xffff);
4531 pov,
4538 elfcpp::Swap<16, big_endian>::writeval(pov, hi);
4539 elfcpp::Swap<16, big_endian>::writeval(pov + 2, lo);
4544 elfcpp::Swap<32, big_endian>::writeval(pov, insns[i].data());
4549 pov += insns[i].size();
4551 gold_assert(static_cast<section_size_type>(pov - view) == view_size);
7536 fill_first_plt_entry(unsigned char* pov,
7539 { this->do_fill_first_plt_entry(pov, got_addres
[all...]
H A Daarch64.cc4232 fill_first_plt_entry(unsigned char* pov, argument
4235 { this->do_fill_first_plt_entry(pov, got_address, plt_address); }
4239 fill_plt_entry(unsigned char* pov, argument
4245 this->do_fill_plt_entry(pov, got_address, plt_address,
4251 fill_tlsdesc_entry(unsigned char* pov, argument
4258 this->do_fill_tlsdesc_entry(pov, gotplt_address, plt_address, got_base,
4272 do_fill_first_plt_entry(unsigned char* pov,
4277 do_fill_plt_entry(unsigned char* pov,
4284 do_fill_tlsdesc_entry(unsigned char* pov,
4599 do_fill_first_plt_entry(unsigned char* pov,
4749 do_fill_first_plt_entry( unsigned char* pov, Address got_address, Address plt_address) argument
4792 do_fill_plt_entry( unsigned char* pov, Address got_address, Address plt_address, unsigned int got_offset, unsigned int plt_offset) argument
4887 do_fill_tlsdesc_entry( unsigned char* pov, Address gotplt_address, Address plt_address, Address got_base, unsigned int tlsdesc_got_offset, unsigned int plt_offset) argument
4949 unsigned char* pov = oview; local
[all...]
H A Dtilegx.cc2307 unsigned char* pov)
2309 memcpy(pov, first_plt_entry, plt_entry_size);
2383 unsigned char* pov,
2396 memcpy(pov, plt_entry, plt_entry_size);
2399 Valtype* wv = reinterpret_cast<Valtype*>(pov);
2411 wv = reinterpret_cast<Valtype*>(pov + 8);
2421 wv = reinterpret_cast<Valtype*>(pov + 8);
2431 wv = reinterpret_cast<Valtype*>(pov + 16);
2441 wv = reinterpret_cast<Valtype*>(pov + 32);
2472 unsigned char* pov local
2306 fill_first_plt_entry( unsigned char* pov) argument
2382 fill_plt_entry( unsigned char* pov, typename elfcpp::Elf_types<size>::Elf_Addr gotplt_base, unsigned int got_offset, typename elfcpp::Elf_types<size>::Elf_Addr plt_base, unsigned int plt_offset, unsigned int plt_index) argument
[all...]
H A Dreloc.cc1155 unsigned char* pov = view + reloc_index * incr_reloc_size; local
1156 elfcpp::Swap<32, big_endian>::writeval(pov, r_type);
1157 elfcpp::Swap<32, big_endian>::writeval(pov + 4, out_shndx);
1158 elfcpp::Swap<size, big_endian>::writeval(pov + 8, offset);
1159 elfcpp::Swap<size, big_endian>::writeval(pov + 8 + sizeof_addr, addend);
1160 of->write_output_view(pov - view, incr_reloc_size, view);
H A Doutput.h1259 write(unsigned char* pov) const;
1479 write(unsigned char* pov) const;
1632 unsigned char* pov = oview; local
1637 Output_reloc_writer::write(p, pov);
1638 pov += reloc_size;
1641 gold_assert(pov - oview == oview_size);
2665 write(unsigned int got_indx, unsigned char* pov) const;
2865 write(unsigned char* pov, const Stringpool*) const;
H A Dsymtab.cc3376 unsigned char* pov = of->get_output_view(offset, sym_size); local
3378 elfcpp::Sym_write<size, big_endian> osym(pov);
3397 of->write_output_view(offset, sym_size, pov);
H A Dpowerpc.cc3595 unsigned char* pov = oview; local
3603 while (pov < endpov)
3605 elfcpp::Swap<32, big_endian>::writeval(pov, branch_tab);
3606 pov += 4;

Completed in 342 milliseconds