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 bf6a278 commit 18c8d04Copy full SHA for 18c8d04
bolt/test/perf2bolt/Inputs/perf_test.lds
@@ -1,12 +1,13 @@
1
SECTIONS {
2
- . = 0x400000 + SIZEOF_HEADERS;
+ . = SIZEOF_HEADERS;
3
.interp : { *(.interp) }
4
.note.gnu.build-id : { *(.note.gnu.build-id) }
5
+ . = 0x212e8;
6
.dynsym : { *(.dynsym) }
- . = 0x801000;
7
+ . = 0x31860;
8
.text : { *(.text*) }
- . = 0x803000;
9
+ . = 0x41c20;
10
.fini_array : { *(.fini_array) }
- . = 0x805000;
11
+ . = 0x54e18;
12
.data : { *(.data) }
-}
13
+}
0 commit comments