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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
weak_undef_file2.cc 42 int no_such_symbol_ = 2; variable
51 return no_such_symbol_;
weak_undef_test.cc 47 extern int no_such_symbol_ __attribute__ ((weak));
51 int *p1 = &no_such_symbol_;
84 if (&no_such_symbol_ != NULL)
87 "&no_such_symbol_ is not NULL");

Completed in 84 milliseconds