Home | History | Annotate | Download | only in arm
      1 #objdump: --syms --special-syms
      2 #name: ARM Mapping Symbols Test 2
      3 # This test is only valid on ELF based ports.
      4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
      5 
      6 .*: +file format.*arm.*
      7 
      8 SYMBOL TABLE:
      9 00000000 l    d  .text	00000000 .text
     10 00000000 l    d  .data	00000000 .data
     11 00000000 l    d  .bss	00000000 .bss
     12 00000000 l       .text	00000000 \$t
     13 00000002 l       .text	00000000 foo
     14 00000000 l    d  .note	00000000 .note
     15 00000000 l    d  .comment	00000000 .comment
     16 00000000 l    d  .ARM.attributes	00000000 .ARM.attributes
     17 00000000 g     F .text	00000008 main
     18 
     19 
     20