Lines Matching refs:get_index
91 sym_sec->set_link( str_sec->get_index() ); in write_obj_i386()
97 nStrIndex, 0, 0, STB_LOCAL, STT_NOTYPE, 0, data_sec->get_index() ); in write_obj_i386()
101 STT_FUNC, 0, text_sec->get_index() ); in write_obj_i386()
106 rel_sec->set_info( text_sec->get_index() ); in write_obj_i386()
107 rel_sec->set_link( sym_sec->get_index() ); in write_obj_i386()
177 text_seg->add_section_index( text_sec->get_index(), in write_exe_i386()
198 data_seg->add_section_index( data_sec->get_index(), in write_exe_i386()
236 BOOST_CHECK_EQUAL( file1.sections[i]->get_index(), in checkObjestsAreEqual()
237 file2.sections[i]->get_index() ); in checkObjestsAreEqual()
559 text_seg->add_section_index( null_sec1->get_index(), in BOOST_AUTO_TEST_CASE()
561 text_seg->add_section_index( text_sec1->get_index(), in BOOST_AUTO_TEST_CASE()
563 text_seg->add_section_index( null_sec2->get_index(), in BOOST_AUTO_TEST_CASE()
565 text_seg->add_section_index( text_sec2->get_index(), in BOOST_AUTO_TEST_CASE()
567 text_seg->add_section_index( null_sec3->get_index(), in BOOST_AUTO_TEST_CASE()
640 sym_sec->set_link( str_sec->get_index() ); in BOOST_AUTO_TEST_CASE()
770 sym_sec->set_link( str_sec->get_index() ); in BOOST_AUTO_TEST_CASE()
818 rel_sec->set_info( text_sec->get_index() ); in BOOST_AUTO_TEST_CASE()
821 rel_sec->set_link( sym_sec->get_index() ); in BOOST_AUTO_TEST_CASE()