repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86_64: Remove platform directory library loading test
[glibc.git]
/
elf
/
tst-ro-dynamic-mod.map
blob
2fe4a2998cddd587288135336beaace238b892ae
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.dynamic : { *(.dynamic) } :text :dynamic
5
.rodata : { *(.data*) *(.bss*) } :text
6
/DISCARD/ : {
7
*(.note.gnu.property)
8
}
9
.note : { *(.note.*) } :text :note
10
}
11
PHDRS
12
{
13
text PT_LOAD FLAGS(5) FILEHDR PHDRS;
14
dynamic PT_DYNAMIC FLAGS(4);
15
note PT_NOTE FLAGS(4);
16
}