Home | History | Annotate | Download | only in gold

Lines Matching refs:Output_reloc

1119 class Output_reloc;
1122 class Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>
1132 Output_reloc()
1143 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od,
1147 Output_reloc(Symbol* gsym, unsigned int type,
1154 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1160 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1168 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1171 Output_reloc(Output_section* os, unsigned int type,
1177 Output_reloc(unsigned int type, Output_data* od, Address address,
1180 Output_reloc(unsigned int type, Sized_relobj<size, big_endian>* relobj,
1187 Output_reloc(unsigned int type, void* arg, Output_data* od,
1190 Output_reloc(unsigned int type, void* arg,
1267 compare(const Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>& r2)
1273 sort_before(const Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>&
1360 // The SHT_RELA version of Output_reloc<>. This is just derived from
1361 // the SHT_REL version of Output_reloc, but it adds an addend.
1364 class Output_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>
1371 Output_reloc()
1377 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od,
1385 Output_reloc(Symbol* gsym, unsigned int type,
1395 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1406 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1419 Output_reloc(Output_section* os, unsigned int type, Output_data* od,
1424 Output_reloc(Output_section* os, unsigned int type,
1433 Output_reloc(unsigned int type, Output_data* od, Address address,
1438 Output_reloc(unsigned int type, Sized_relobj<size, big_endian>* relobj,
1448 Output_reloc(unsigned int type, void* arg, Output_data* od,
1453 Output_reloc(unsigned int type, void* arg,
1483 sort_before(const Output_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>&
1497 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> rel_;
1502 // The SHT_RELR version of Output_reloc<>. This is a relative reloc,
1508 class Output_reloc<elfcpp::SHT_RELR, dynamic, size, big_endian>
1515 Output_reloc()
1521 Output_reloc(Symbol* gsym, Output_data* od, Address address)
1526 Output_reloc(Symbol* gsym, Sized_relobj<size, big_endian>* relobj,
1534 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1542 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1552 Output_reloc(Output_section* os, Output_data* od, Address address)
1556 Output_reloc(Output_section* os, Sized_relobj<size, big_endian>* relobj,
1563 Output_reloc(Output_data* od, Address address)
1568 Output_reloc(Sized_relobj<size, big_endian>* relobj,
1598 sort_before(const Output_reloc<elfcpp::SHT_RELR, dynamic, size, big_endian>&
1604 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> rel_;
1709 typedef Output_reloc<sh_type, dynamic, size, big_endian> Output_reloc_type;