Lines Matching refs:text_seg
168 segment* text_seg = writer.segments.add();
169 text_seg->set_type( PT_LOAD );
170 text_seg->set_virtual_address( 0x08048000 );
171 text_seg->set_physical_address( 0x08048000 );
172 text_seg->set_flags( PF_X | PF_R );
173 text_seg->set_align( 0x1000 );
174 text_seg->add_section( text_sec, text_sec->get_addr_align() );
548 segment* text_seg = writer.segments.add();
549 text_seg->set_type( PT_LOAD );
550 text_seg->set_virtual_address( 0x08048000 );
551 text_seg->set_physical_address( 0x08048000 );
552 text_seg->set_flags( PF_X | PF_R );
553 text_seg->set_align( 0x1000 );
555 text_seg->add_section_index( null_sec1->get_index(),
557 text_seg->add_section_index( text_sec1->get_index(),
559 text_seg->add_section_index( null_sec2->get_index(),
561 text_seg->add_section_index( text_sec2->get_index(),
563 text_seg->add_section_index( null_sec3->get_index(),