HomeSort by relevance Sort by last modified time
    Searched refs:strong_symbol (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/testsuite/
weak_alias_test_4.cc 34 extern int strong_symbol;
64 if (strong_symbol != 2)
weak_alias_test_main.cc 30 extern int strong_symbol;
55 // strong_symbol should come from weak_alias_test_2.cc.
56 assert(strong_symbol == 2);
weak_alias_test_2.cc 25 int strong_symbol = 2; variable

Completed in 227 milliseconds