Searched refs:Got_entry (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc1361 // Output_data_got::Got_entry methods.
1367 Output_data_got<got_size, big_endian>::Got_entry::write(
1469 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false));
1484 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true));
1503 unsigned int got_offset = this->add_got_entry(Got_entry());
1523 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry());
1546 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1567 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1585 unsigned int got_offset = this->add_got_entry(Got_entry(objec
[all...]
H A Doutput.h2565 { return this->add_got_entry(Got_entry(constant)); }
2571 { return this->add_got_entry_pair(Got_entry(c1), Got_entry(c2)); }
2577 this->replace_got_entry(i, Got_entry(constant));
2616 class Got_entry class in class:gold::Output_data_got
2620 Got_entry() function in class:gold::Output_data_got::Got_entry
2626 Got_entry(Symbol* gsym, bool use_plt_or_tls_offset) function in class:gold::Output_data_got::Got_entry
2632 Got_entry(Relobj* object, unsigned int local_sym_index, function in class:gold::Output_data_got::Got_entry
2645 Got_entry(Relobj* object, unsigned int local_sym_index, function in class:gold::Output_data_got::Got_entry
2659 explicit Got_entry(Valtyp function in class:gold::Output_data_got::Got_entry
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc1363 // Output_data_got::Got_entry methods.
1369 Output_data_got<got_size, big_endian>::Got_entry::write(
1480 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false, addend));
1496 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true, addend));
1516 unsigned int got_offset = this->add_got_entry(Got_entry());
1537 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry());
1561 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1580 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1602 unsigned int got_offset = this->add_got_entry(Got_entry());
[all...]
H A Doutput.h2548 { return this->add_got_entry(Got_entry(constant)); }
2554 { return this->add_got_entry_pair(Got_entry(c1), Got_entry(c2)); }
2560 this->replace_got_entry(i, Got_entry(constant));
2600 class Got_entry class in class:gold::Output_data_got
2604 Got_entry() function in class:gold::Output_data_got::Got_entry
2610 Got_entry(Symbol* gsym, bool use_plt_or_tls_offset, uint64_t addend) function in class:gold::Output_data_got::Got_entry
2616 Got_entry(Relobj* object, unsigned int local_sym_index, function in class:gold::Output_data_got::Got_entry
2630 explicit Got_entry(Valtype constant) function in class:gold::Output_data_got::Got_entry
2666 typedef std::vector<Got_entry> Got_entrie
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc1363 // Output_data_got::Got_entry methods.
1369 Output_data_got<got_size, big_endian>::Got_entry::write(
1480 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, false, addend));
1496 unsigned int got_offset = this->add_got_entry(Got_entry(gsym, true, addend));
1516 unsigned int got_offset = this->add_got_entry(Got_entry());
1537 unsigned int got_offset = this->add_got_entry_pair(Got_entry(), Got_entry());
1561 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1580 unsigned int got_offset = this->add_got_entry(Got_entry(object, symndx,
1602 unsigned int got_offset = this->add_got_entry(Got_entry());
[all...]
H A Doutput.h2548 { return this->add_got_entry(Got_entry(constant)); }
2554 { return this->add_got_entry_pair(Got_entry(c1), Got_entry(c2)); }
2560 this->replace_got_entry(i, Got_entry(constant));
2600 class Got_entry class in class:gold::Output_data_got
2604 Got_entry() function in class:gold::Output_data_got::Got_entry
2610 Got_entry(Symbol* gsym, bool use_plt_or_tls_offset, uint64_t addend) function in class:gold::Output_data_got::Got_entry
2616 Got_entry(Relobj* object, unsigned int local_sym_index, function in class:gold::Output_data_got::Got_entry
2630 explicit Got_entry(Valtype constant) function in class:gold::Output_data_got::Got_entry
2666 typedef std::vector<Got_entry> Got_entrie
[all...]

Completed in 205 milliseconds