xref
: /
llvm-project-15.0.7
/
bolt
/
test
/
X86
/
Inputs
/
debug-fission-script.txt
(revision 12e9fec6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
SECTIONS
2
{
3
. = 0x4002a0;
4
.text : { *(.text*) }
5
. = 0x601000;
6
.data : { *(.data) }
7
}
8