xref: /llvm-project/lld/test/ELF/linkerscript/Inputs/map-file2.s (revision ee01b1d390cce5c3bbd43c8b1999e0deecebda00)
1.global _start
2_start:
3.global _Z1fi
4_Z1fi:
5.cfi_startproc
6nop
7.cfi_endproc
8
9.section .aaa, "a";
10.quad 1;
11
12.section .bbb, "a";
13.quad 2;
14
15.section .ccc, "a";
16.quad 3;
17
18.section .ddd, "a";
19.quad 4
20