xref
: /
llvm-project
/
bolt
/
test
/
X86
/
Inputs
/
debug-fission-script.txt
(revision 4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae)
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