1 .text 2 3 .global non_split 4 .type non_split,@function 5non_split: 6 retq 7 .size non_split,. - non_split 8 9 .global non_split_hidden 10 .hidden non_split_hidden 11 .type non_split_hidden,@function 12non_split_hidden: 13 retq 14 .size non_split_hidden,. - non_split_hidden 15 16 .global non_function_text_symbol 17non_function_text_symbol: 18 .byte 0x01 19 .type non_function_text_symbol,@STT_OBJECT 20 .size non_function_text_symbol, 1 21 22 23 .section .note.GNU-stack,"",@progbits 24