Lines Matching defs:text_sec
49 section* text_sec = writer.sections.add( ".text" );
50 text_sec->set_type( SHT_PROGBITS );
51 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR );
52 text_sec->set_addr_align( 0x10 );
64 text_sec->set_data( text, sizeof( text ) );
98 STT_FUNC, 0, text_sec->get_index() );
103 rel_sec->set_info( text_sec->get_index() );
148 section* text_sec = writer.sections.add( ".text" );
149 text_sec->set_type( SHT_PROGBITS );
150 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR );
151 text_sec->set_addr_align( 0x10 );
153 text_sec->set_address( addr );
166 text_sec->set_data( text, sizeof( text ) );
174 text_seg->add_section( text_sec, text_sec->get_addr_align() );
738 section* text_sec = writer.sections.add( ".text" );
739 text_sec->set_type( SHT_PROGBITS );
740 text_sec->set_flags( SHF_ALLOC | SHF_EXECINSTR );
741 text_sec->set_addr_align( 0x10 );
799 rel_sec->set_info( text_sec->get_index() );