xref
: /
aosp_15_r20
/
external
/
llvm
/
test
/
Object
/
Inputs
/
elfver.script
(revision 9880d6810fe72a1726cb53787c6711e909410d58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
VER1 {
2
global:
3
foo;
4
};
5
6
VER2 {
7
global:
8
foo;
9
} VER1;
10
11