OpenGrok
Cross Reference: exit.s
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-discard
/
exit.s
Home
|
History
|
Annotate
|
Download
|
only in
ld-discard
1
.
globl
data
2
.
section
.
data
.
exit
,
"aw"
3
data
:
4
.
globl
text
5
.
section
.
text
.
exit
,
"ax"
6
text
:
7