xref
: /
openbsd
/
sys
/
arch
/
amd64
/
stand
/
biosboot
/
ld.script
(revision 4cfece93)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
PHDRS
2
{
3
text PT_LOAD;
4
}
5
6
SECTIONS
7
{
8
.text :
9
{
10
*(.text)
11
} :text
12
}
13