repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AArch64: Add SVE DWARF registers
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
provide-hidden-s.ld
blob
bd6aaf0d8bb8d75c9689aa0a23f82e56953499d1
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
. = 0x12300000;
5
.data : { *(.data) }
6
.got : { *(.got) }
7
.interp : { *(.interp) }
8
.dynsym : { *(.dynsym) }
9
.dynstr : { *(.dynstr) }
10
.dynamic : { *(.dynamic) }
11
.hash : { *(.hash) }
12
.gnu.hash : { *(.gnu.hash) }
13
}