1#--- file1 2.file "file1.cpp" 3.section .text.cold 4.type __func.cold.0, @function 5__func.cold.0: 6 ud2 7 .size __func.cold.0, .-__func.cold.0 8.section .text 9.type __func, @function 10__func: 11 ud2 12 .size __func, .-__func 13 14#--- file2 15.file "file2.cpp" 16.section .text.cold 17.type __func.cold.0, @function 18__func.cold.0: 19 ud2 20 .size __func.cold.0, .-__func.cold.0 21.section .text 22.type __func, @function 23__func: 24 ud2 25 .size __func, .-__func 26 27#--- file3 28.file "file3.cpp" 29.section .text.cold 30.type __func.cold.0, @function 31__func.cold.0: 32 ud2 33 .size __func.cold.0, .-__func.cold.0 34.section .text 35.type __func, @function 36__func: 37 ud2 38 .size __func, .-__func 39 40#--- file4 41.file "file4.cpp" 42.section .text.cold 43.type __func.cold.0, @function 44__func.cold.0: 45 ud2 46 .size __func.cold.0, .-__func.cold.0 47.section .text 48.type __func, @function 49__func: 50 ud2 51 .size __func, .-__func 52 53#--- file5 54.file "bolt-pseudo.o" 55