brintos

brintos / llvm-project-archived public Read only

0
0
Text · 251 B · 0af8e96 Raw
10 lines · plain
1SECTIONS2{3  PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS;4  .note.gnu.build-id (0x400400):5   {6    build_id_note = ABSOLUTE(.);7    *(.note.gnu.build-id)8   }9}10