OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weak_symbol
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
weak_alias_test_3.cc
25
extern int
weak_symbol
__attribute__ ((weak));
26
int
weak_symbol
= 4;
variable
weak_alias_test_4.cc
25
extern int
weak_symbol
;
40
if (
weak_symbol
!= 4)
weak_alias_test_1.cc
25
extern int
weak_symbol
__attribute__ ((weak));
26
int
weak_symbol
= 1;
variable
49
// so that
weak_symbol
here lines up with
weak_symbol
in
weak_alias_test_2.cc
30
extern int
weak_symbol
__attribute__ ((weak));
31
int
weak_symbol
= 3;
variable
weak_alias_test_main.cc
27
extern int
weak_symbol
;
52
//
weak_symbol
should come from weak_alias_test_3.cc.
53
assert(
weak_symbol
== 4);
Completed in 69 milliseconds