Cross Reference: gcc4.4-ld-script
xref
: /
vbox
/
src
/
VBox
/
Devices
/
EFI
/
Firmware
/
BaseTools
/
Scripts
/
gcc4.4-ld-script
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
gcc4.4-ld-script revision 4fd606d1f5abe38e1f42c38de1d2e895166bd0f4
/* OUTPUT_FORMAT(efi-bsdrv-x86_64) */
SECTIONS
{
/* . = 0 + SIZEOF_HEADERS; */
. =
0x280
;
.
text
ALIGN
(
0x20
) :
{
*(.
text
.
stub
.
text
.* .
gnu
.
linkonce
.t.*)
. =
ALIGN
(
0x20
);
} =
0x90909090
.
data
ALIGN
(
0x20
) :
{
*(
.
rodata
.
rodata
.* .
gnu
.
linkonce
.r.*
.
data
.
data
.* .
gnu
.
linkonce
.d.*
.
bss
.
bss
.*
*
COM
*
)
. =
ALIGN
(
0x20
);
}
.
got
ALIGN
(
0x20
) :
{
*(.
got
.
got
.*)
. =
ALIGN
(
0x20
);
}
.
rela
ALIGN
(
0x20
) :
{
*(.
rela
.
rela
.*)
}
/
DISCARD
/ : {
*(.
note
.
GNU
-
stack
) *(.
gnu_debuglink
)
*(.
interp
)
*(.
dynsym
)
*(.
dynstr
)
*(.
dynamic
)
*(.
hash
)
*(.
comment
)
}
}