Lines Matching refs:bind

464     unsigned char    bind;
474 EXPECT_EQ( true, symbols.get_symbol( 0x08048478, name, size, bind, type,
487 unsigned char bind;
497 EXPECT_EQ( true, symbols.get_symbol( 0x00400498, name, size, bind, type,
585 unsigned char bind;
596 EXPECT_EQ( true, symbols.get_symbol( "main", value, size, bind, type,
600 EXPECT_EQ( true, symbols.get_symbol( "frame_dummy", value, size, bind, type,
604 EXPECT_EQ( false, symbols.get_symbol( 0x00400498, name, size, bind, type,
614 unsigned char bind = STB_LOCAL;
640 bind = STB_GLOBAL;
642 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
645 bind = STB_LOCAL;
647 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
650 bind = STB_WEAK;
652 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
655 bind = STB_LOCAL;
657 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
660 bind = STB_LOCAL;
662 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
665 bind = STB_GLOBAL;
667 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
670 bind = STB_LOCAL;
672 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
675 bind = STB_WEAK;
677 symbols.add_symbol( str_writer, name.c_str(), value, size, bind, type,
704 rsymbols.get_symbol( i, name, value, size, bind, type, section_index,
706 EXPECT_EQ( bind, (unsigned char)STB_LOCAL );
712 rsymbols.get_symbol( i, name, value, size, bind, type, section_index,
715 EXPECT_NE( bind, (unsigned char)STB_LOCAL );
726 unsigned char bind = STB_LOCAL;
757 bind = STB_GLOBAL;
760 bind, type, other, section_index );
762 bind = STB_LOCAL;
765 bind, type, other, section_index );
767 bind = STB_WEAK;
770 bind, type, other, section_index );
772 bind = STB_LOCAL;
775 bind, type, other, section_index );
777 bind = STB_LOCAL;
780 bind, type, other, section_index );
782 bind = STB_GLOBAL;
785 bind, type, other, section_index );
787 bind = STB_LOCAL;
790 bind, type, other, section_index );
792 bind = STB_WEAK;
795 bind, type, other, section_index );
832 symbols.get_symbol( symbol, name, value, size, bind, type,
866 syms.get_symbol( symbol, name, value, size, bind, type, section_index,