Home | History | Annotate | Download | only in gold

Lines Matching refs:Output_data_reloc

1108 // file.  This could be a private class within Output_data_reloc, but
1698 // Output_data_reloc is used to manage a section containing relocs.
1702 // Output_data_reloc is the real class, which we specialize based on
1805 class Output_data_reloc;
1807 // The SHT_REL version of Output_data_reloc.
1810 class Output_data_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>
1821 Output_data_reloc(bool sr)
2121 // The SHT_RELA version of Output_data_reloc.
2124 class Output_data_reloc<elfcpp::SHT_RELA, dynamic, size, big_endian>
2136 Output_data_reloc(bool sr)
2456 // The SHT_RELR version of Output_data_reloc.
2459 class Output_data_reloc<elfcpp::SHT_RELR, dynamic, size, big_endian>
2473 Output_data_reloc()