Searched refs:Got_entry (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | output.h | 2548 { return this->add_got_entry(Got_entry(constant)); } in add_constant() 2554 { return this->add_got_entry_pair(Got_entry(c1), Got_entry(c2)); } in add_constant_pair() 2560 this->replace_got_entry(i, Got_entry(constant)); in replace_constant() 2600 class Got_entry 2604 Got_entry() in Got_entry() function 2610 Got_entry(Symbol* gsym, bool use_plt_or_tls_offset, uint64_t addend) in Got_entry() function 2616 Got_entry(Relobj* object, unsigned int local_sym_index, in Got_entry() function 2630 explicit Got_entry(Valtype constant) in Got_entry() function 2666 typedef std::vector<Got_entry> Got_entries; 2670 add_got_entry(Got_entry got_entry); [all …]
|
| D | output.cc | 1370 Output_data_got<got_size, big_endian>::Got_entry::write( in write() 1481 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false, addend)); in add_global() 1497 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true, addend)); in add_global_plt() 1517 unsigned int got_offset = this->add_got_entry(Got_entry()); in add_global_with_rel() 1538 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry()); in add_global_pair_with_rel() 1562 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx, in add_local() 1581 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx, in add_local_plt() 1603 unsigned int got_offset = this->add_got_entry(Got_entry()); in add_local_with_rel() 1629 this->add_got_entry_pair(Got_entry(), in add_local_pair_with_rel() 1630 Got_entry(object, symndx, false, addend)); in add_local_pair_with_rel() [all …]
|
| D | ChangeLog-0815 | 120 * output.cc (Got_entry::write): Take addend into account for 4357 (Output_data_got::Got_entry::write): Nor here. 4437 (Output_data_got::Got_entry::write): Correct use of size for 4460 (Output_data_got::Got_entry): Rename use_plt_offset_ to 4462 (Output_data_got::Got_entry::write): Add got_index param. 4465 (Output_data_got::Got_entry::write): Handle tls symbols 5705 * output.cc (Output_data_got::Got_entry::write): Change object to 6415 * output.cc (Output_data_got::Got_entry::write): Use 7548 * output.cc (Output_data_got::Got_entry::write): Add case 7576 (class Output_data_got::Got_entry): Add RESERVED_CODE. [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 164526 * output.h (Output_data_got::Got_entry::write): Add got param. 164527 * output.cc (Output_data_got::Got_entry::write): Likewise, pass to 170144 [GOLD] Got_entry::write addends 170155 * output.cc (Output_data_got::Got_entry::write): Include addend 170184 (Output_data_got::Got_entry): Include addend in global sym
|