1 .section .text.lib_func,"",@ 2 .globl lib_func 3lib_func: 4 .functype lib_func () -> () 5 end_function 6 7 .section .text.unused_lib_func,"",@ 8 .globl unused_lib_func 9unused_lib_func: 10 .functype unused_lib_func () -> () 11 call def 12 end_function 13 14 .functype def () -> () 15