We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dd650 commit 277cc4aCopy full SHA for 277cc4a
bolt/test/perf2bolt/Inputs/perf_test.lds
@@ -1,13 +1,12 @@
1
SECTIONS {
2
- . = SIZEOF_HEADERS;
+ . = 0x400000 + SIZEOF_HEADERS;
3
.interp : { *(.interp) }
4
.note.gnu.build-id : { *(.note.gnu.build-id) }
5
- . = 0x212e8;
6
.dynsym : { *(.dynsym) }
7
- . = 0x31860;
+ . = 0x801000;
8
.text : { *(.text*) }
9
- . = 0x41c20;
+ . = 0x803000;
10
.fini_array : { *(.fini_array) }
11
- . = 0x54e18;
+ . = 0x805000;
12
.data : { *(.data) }
13
-}
+}
0 commit comments