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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
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_1.cc 48 // We want a symbol whose name is the same length as "strong_symbol",
52 int Strong_Symbol = 101;
weak_alias_test_4.cc 34 extern int strong_symbol;
64 if (strong_symbol != 2)
weak_alias_test_2.cc 25 int strong_symbol = 2; variable

Completed in 655 milliseconds