Home | History | Annotate | Download | only in gold

Lines Matching refs:Output_data_const

794 class Output_data_const : public Output_section_data
797 Output_data_const(const std::string& data, uint64_t addralign)
801 Output_data_const(const char* p, off_t len, uint64_t addralign)
805 Output_data_const(const unsigned char* p, off_t len, uint64_t addralign)
4249 // can use an Output_data_const, but we don't want to have to keep