24 lines · plain
1 .text2 3 .global non_split4 .type non_split,@function5non_split:6 retq7 .size non_split,. - non_split8 9 .global non_split_hidden10 .hidden non_split_hidden11 .type non_split_hidden,@function12non_split_hidden:13 retq14 .size non_split_hidden,. - non_split_hidden15 16 .global non_function_text_symbol17non_function_text_symbol:18 .byte 0x0119 .type non_function_text_symbol,@STT_OBJECT20 .size non_function_text_symbol, 121 22 23 .section .note.GNU-stack,"",@progbits24