include/elf
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / type.s
1 .text
2 .size function,1
3 .type function,%function
4 function:
5 .byte 0x0
6 .size indirect_function,1
7 .type indirect_function,%gnu_indirect_function
8 indirect_function:
9 .byte 0x0
10 .data
11 .type object,%object
12 .size object,1
13 object:
14 .byte 0x0
15 .type tls_object,%tls_object
16 .size tls_object,1
17 tls_object:
18 .byte 0x0
19 .type notype,%notype
20 .size notype,1
21 notype:
22 .byte 0x0
23 .comm common, 1
24 .type common,STT_COMMON
This page took 0.030165 seconds and 4 git commands to generate.