repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
bolt
/
test
/
AArch64
/
Inputs
/
array_end.lld_script
blob
bf77c0493a095833ebef80de6b58340a14da7633
1
SECTIONS {
2
.interp : { *(.interp) }
3
4
. = ALIGN(CONSTANT(MAXPAGESIZE));
5
.fini_array :
6
{
7
PROVIDE_HIDDEN (__fini_array_start = .);
8
KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
9
PROVIDE_HIDDEN (__fini_array_end = .);
10
}
11
12
. = . + 128;
13
14
.text : { *(.text) }
15
}