Lines Matching refs:data_sec
67 section* data_sec = writer.sections.add( ".data" );
68 data_sec->set_type( SHT_PROGBITS );
69 data_sec->set_flags( SHF_ALLOC | SHF_WRITE );
70 data_sec->set_addr_align( 4 );
76 data_sec->set_data( data, sizeof( data ) );
94 nStrIndex, 0, 0, STB_LOCAL, STT_NOTYPE, 0, data_sec->get_index() );
115 // data_sec->GetIndex(),
177 section* data_sec = writer.sections.add( ".data" );
178 data_sec->set_type( SHT_PROGBITS );
179 data_sec->set_flags( SHF_ALLOC | SHF_WRITE );
180 data_sec->set_addr_align( 0x4 );
186 data_sec->set_data( data, sizeof( data ) );
194 data_seg->add_section_index( data_sec->get_index(),
195 data_sec->get_addr_align() );