Searched refs:no_such_symbol_ (Results 1 – 2 of 2) sorted by relevance
47 extern int no_such_symbol_ __attribute__ ((weak));51 int *p1 = &no_such_symbol_;84 if (&no_such_symbol_ != NULL) in main()
42 int no_such_symbol_ = 2; variable51 return no_such_symbol_; in t1()