Home
last modified time | relevance | path

Searched refs:no_such_symbol_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dweak_undef_test.cc47 extern int no_such_symbol_ __attribute__ ((weak));
51 int *p1 = &no_such_symbol_;
84 if (&no_such_symbol_ != NULL) in main()
Dweak_undef_file2.cc42 int no_such_symbol_ = 2; variable
51 return no_such_symbol_; in t1()