Home | History | Annotate | Download | only in gold

Lines Matching full:hashdata

4424       Output_section_data* hashdata = new Output_data_const_buffer(phash,
4428 if (hashsec != NULL && hashdata != NULL)
4429 hashsec->add_output_section_data(hashdata);
4460 Output_section_data* hashdata = new Output_data_const_buffer(phash,
4464 if (hashsec != NULL && hashdata != NULL)
4465 hashsec->add_output_section_data(hashdata);