Lines Matching defs:str_sec
78 section* str_sec = writer.sections.add( ".strtab" );
79 str_sec->set_type( SHT_STRTAB );
80 str_sec->set_addr_align( 0x1 );
82 string_section_accessor str_writer( str_sec );
88 sym_sec->set_link( str_sec->get_index() );
626 section* str_sec = writer.sections.add( ".strtab" );
627 str_sec->set_type( SHT_STRTAB );
628 str_sec->set_addr_align( 0x1 );
629 string_section_accessor str_writer( str_sec );
634 sym_sec->set_link( str_sec->get_index() );
743 section* str_sec = writer.sections.add( ".strtab" );
744 str_sec->set_type( SHT_STRTAB );
745 str_sec->set_addr_align( 0x1 );
746 string_section_accessor str_writer( str_sec );
751 sym_sec->set_link( str_sec->get_index() );