Lines Matching refs:Output_section_data

1353   Output_section_data* posd;  in layout_reloc()
1420 Output_section_data* posd = in layout_group()
1661 Output_section_data* posd, in add_output_section_data()
3258 Output_section_data* posd = new Output_data_const_buffer(buffer, notehdrsz, in create_note()
3316 Output_section_data* posd = new Output_data_const(desc, descsz, 4); in create_gnu_properties_note()
3339 Output_section_data* posd = new Output_data_const(desc, 4); in create_gold_note()
3518 Output_section_data* posd = new Output_data_const(desc, 4); in create_build_id()
4453 Output_section_data* pos = new Output_data_fixed_space(off, align, in create_symtab_sections()
4496 Output_section_data* pstr = new Output_data_strtab(&this->sympool_); in create_symtab_sections()
4550 Output_section_data* posd = new Output_data_strtab(&this->namepool_); in create_shstrtab()
4688 Output_section_data* odata = new Output_data_fixed_space(index * symsize, in create_dynamic_symtab()
4753 Output_section_data* strdata = new Output_data_strtab(&this->dynpool_); in create_dynamic_symtab()
4787 Output_section_data* hashdata = new Output_data_const_buffer(phash, in create_dynamic_symtab()
4825 Output_section_data* hashdata = new Output_data_const_buffer(phash, in create_dynamic_symtab()
4943 Output_section_data* vdata = new Output_data_const_buffer(vbuf, vsize, 2, in sized_create_version_sections()
4973 Output_section_data* vddata = in sized_create_version_sections()
5006 Output_section_data* vndata = in sized_create_version_sections()
5038 Output_section_data* odata = new Output_data_const(interp, len, 1); in create_interp()