Lines Matching refs:note_sec
725 section* note_sec = writer.sections.add( ".note" );
726 note_sec->set_type( SHT_NOTE );
727 note_sec->set_flags( SHF_ALLOC );
728 note_sec->set_addr_align( 4 );
729 note_section_accessor note_writer( writer, note_sec );
732 EXPECT_EQ( note_sec->get_index(), 2 );
778 section* note_sec = writer.sections.add( ".note" );
779 note_sec->set_type( SHT_NOTE );
780 note_sec->set_flags( SHF_ALLOC );
781 note_sec->set_addr_align( 4 );
782 note_section_accessor note_writer( writer, note_sec );
785 EXPECT_EQ( note_sec->get_index(), 2 );
831 section* note_sec = writer.sections.add( ".note" );
832 note_sec->set_type( SHT_NOTE );
833 note_sec->set_flags( SHF_ALLOC );
834 note_sec->set_addr_align( 4 );
835 note_section_accessor note_writer( writer, note_sec );
838 EXPECT_EQ( note_sec->get_index(), 2 );
884 section* note_sec = writer.sections.add( ".note" );
885 note_sec->set_type( SHT_NOTE );
886 note_sec->set_flags( SHF_ALLOC );
887 note_sec->set_addr_align( 4 );
888 note_section_accessor note_writer( writer, note_sec );
891 EXPECT_EQ( note_sec->get_index(), 2 );