brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 66d925a Raw
13 lines · plain
1SECTIONS {2  . = SIZEOF_HEADERS;3  .interp : { *(.interp) }4  .note.gnu.build-id : { *(.note.gnu.build-id) }5  . = 0x212e8;6  .dynsym         : { *(.dynsym) }7  . = 0x31860;8  .text : { *(.text*) }9  . = 0x41c20;10  .fini_array : { *(.fini_array) }11  . = 0x54e18;12  .data : { *(.data) }13}