OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_undef_1
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
weak_undef_file3.cc
29
int
weak_undef_1
= 1;
variable
weak_undef_test_2.cc
34
extern int
weak_undef_1
__attribute__ ((weak));
41
int *p1 = &
weak_undef_1
;
50
if (&
weak_undef_1
!= NULL)
53
"&
weak_undef_1
is not NULL");
Completed in 54 milliseconds