OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_undef_2
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
weak_undef_file4.cc
29
int
weak_undef_2
= 2;
variable
weak_undef_test_2.cc
39
extern int
weak_undef_2
__attribute__ ((weak));
43
int *p2 = &
weak_undef_2
;
57
if (&
weak_undef_2
== NULL)
60
"&
weak_undef_2
is NULL");
Completed in 48 milliseconds