xref: /llvm-project-15.0.7/lld/test/ELF/Inputs/x86-64-split-stack-main.s (revision 5bd38a28)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025